home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 1-Reference / Success Stories / Lead Information / Lead Information / card_6441.txt < prev    next >
Text File  |  1990-04-18  |  169KB  |  9,293 lines

  1. -- card: 6441 from stack: in
  2. -- bmap block id: 2880
  3. -- flags: 4000
  4. -- background id: 7456
  5. -- name: App
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   global gCardFinished
  9.   --check if this section is completed; if yes, show the check mark
  10.  
  11.   if short name of this card is "blank" then pass closeCard
  12.  
  13.   send checkCompletion to this card
  14.   if the result is empty then
  15.     set icon of bg btn ("check" & short name of this cd) to smallHollowCheck
  16.     put TRUE into gCardFinished
  17.   else
  18.     set icon of bg btn ("check" & short name of this cd) to 0
  19.     put FALSE into gCardFinished
  20.   end if
  21.   pass closeCard
  22. end closeCard
  23.  
  24.  
  25. on BuildIt4
  26.   global gtheapp
  27.   go cd "app"
  28.   put empty into gtheApp
  29.   put empty into bg fld "input"
  30.   if (hilite of btn "Information Management") and ((hilite of btn "local databases") or (hilite of btn "host/mainframe access")) then
  31.     put "‚Ä¢ Application"  & return after gtheApp
  32.     send Build1 to this card
  33.   end if
  34.   if (hilite of btn "Presentations")  and ((hilite of btn "overheads") or (hilite of btn "multimedia") or (hilite of btn "slides")) then
  35.     put "‚Ä¢ Application"  & return after gtheApp
  36.     send Build2 to this cd
  37.   end if
  38.   if (hilite of btn "Productivity") and ((hilite of btn "accounting") or (hilite of btn "administrative") or (hilite of btn "electronic mail") or (hilite of btn "financial analysis") or (hilite of btn "forms") or (hilite of btn "project management") or (hilite of btn "word processing")) then
  39.     put "‚Ä¢ Application"  & return after gtheApp
  40.     send Build3 to this cd
  41.   end if
  42.   if (hilite of btn "Programming") and ((hilite of btn "end-user programming") or (hilite of btn "MIS/in-house programming")) then
  43.     put "‚Ä¢ Application"  & return after gtheApp
  44.     send Build4 to this cd
  45.   end if
  46.   if (hilite of btn "Publishing") and ((hilite of btn "books") or (hilite of btn "graphic design") or (hilite of btn "magazines") or (hilite of btn "newspapers") or (hilite of btn "collateral") or (hilite of btn "proposals/reports") or (hilite of btn "training/reference") or (hilite of btn "technical documents")) then
  47.     put "‚Ä¢ Application"  & return after gtheApp
  48.     send Build5 to this cd
  49.   end if
  50.   if (hilite of btn "Scientific Research") and ((hilite of btn "academic research") or (hilite of btn "chemistry") or (hilite of btn "lab data") or (hilite of btn "math/stats") or (hilite of btn "simulation modeling")) then
  51.     put "‚Ä¢ Application"  & return after gtheApp
  52.     send Build6 to this cd
  53.   end if
  54.   if (hilite of btn "Technical Markets") and ((hilite of btn "engineering") or (hilite of btn "manufacturing")) then
  55.     put "‚Ä¢ Application"  & return after gtheApp
  56.     send  Build7 to this cd
  57.   end if
  58.   repeat with i = 1 to the number of lines in gtheapp
  59.     if last char of line i of gtheapp is "," then delete last char of line i of gtheapp
  60.   end repeat
  61.   put gtheapp into bg fld input
  62. end BuildIt4
  63.  
  64. on Build1
  65.   global gtheApp,gNum
  66.   put "Information Management" & return  after gtheapp
  67.   if (hilite of cd btn "Local Databases") then
  68.     put"‚Ä¢ application level 2" & return & "Local Databases" & return & "‚Ä¢ application level 3" & return after gtheapp
  69.     put the number of cd btn "Local Databases" into gNum
  70.     put line gNum of cd fld sflist into theline
  71.     checkLine theline
  72.     put return  after gtheapp
  73.   end if
  74.   if (hilite of cd btn "Host/Mainframe access") then
  75.     put"‚Ä¢ application level 2" & return & "Host/Mainframe access" & return & "‚Ä¢ application level 3" & return after gtheapp
  76.     put the number of cd btn "Host/Mainframe access" into gNum
  77.     put line gNum of cd fld sflist into theline
  78.     checkline theline
  79.     put return after gtheapp
  80.   end if
  81. end Build1
  82.  
  83. on Build2
  84.   global gTheApp,gNum
  85.   put "Presentations" & return after gtheapp
  86.   if (hilite of cd btn "Overheads") then
  87.     put "‚Ä¢ application level 2" & return &"Overheads" & return & "‚Ä¢ application level 3" & return after gtheapp
  88.     put the number of cd btn "Overheads" into gNum
  89.     put line gNum of cd fld sflist into theline
  90.     checkline theline
  91.     put return  after gtheapp
  92.   end if
  93.   if (hilite of cd btn "Slides") then
  94.     put "‚Ä¢ application level 2" & return &"Slides" & return & "‚Ä¢ application level 3" & return after gtheapp
  95.     put the number of cd btn "Slides" into gNum
  96.     put line gNum of cd fld sflist into theline
  97.     checkline theline
  98.     put return  after gtheapp
  99.   end if
  100.   if (hilite of cd btn "multimedia") then
  101.     put"‚Ä¢ application level 2" & return & "multimedia" & return & "‚Ä¢ application level 3" & return after gtheapp
  102.     put the number of cd btn "multimedia" into gNum
  103.     put line gNum of cd fld sflist into theline
  104.     checkline theline
  105.     put return  after gtheapp
  106.   end if
  107. end Build2
  108.  
  109. on Build3
  110.   global gtheapp,gNum
  111.   put "Productivity" & return after gtheapp
  112.   if (hilite of cd btn "accounting") then
  113.     put "‚Ä¢ application level 2" & return &"accounting" & return & "‚Ä¢ application level 3" & return after gtheapp
  114.     put the number of cd btn "accounting" into gNum
  115.     put line gNum of cd fld sflist into theline
  116.     checkline theline
  117.     put return  after gtheapp
  118.   end if
  119.   if (hilite of cd btn "administrative") then
  120.     put"‚Ä¢ application level 2" & return &"administrative" & return & "‚Ä¢ application level 3" & return after gtheapp
  121.     put the number of cd btn "administrative" into gNum
  122.     put line gNum of cd fld sflist into theline
  123.     checkline theline
  124.     put return  after gtheapp
  125.   end if
  126.   if (hilite of cd btn "electronic mail") then
  127.     put"‚Ä¢ application level 2" & return & "electronic mail" & return & "‚Ä¢ application level 3" & return after gtheapp
  128.     put the number of cd btn "electronic mail"into gNum
  129.     put line gNum of cd fld sflist into theline
  130.     checkline theline
  131.     put return  after gtheapp
  132.   end if
  133.   if (hilite of cd btn "financial analysis") then
  134.     put "‚Ä¢ application level 2" & return &"financial analysis" & return & "‚Ä¢ application level 3" & return after gtheapp
  135.     put the number of cd btn "financial analysis" into gNum
  136.     put line gNum of cd fld sflist into theline
  137.     checkline theline
  138.     put return  after gtheapp
  139.   end if
  140.   if (hilite of cd btn "forms") then
  141.     put"‚Ä¢ application level 2" & return &"forms" & return & "‚Ä¢ application level 3" & return after gtheapp
  142.     put the number of cd btn "forms" into gNum
  143.     put line gNum of cd fld sflist into theline
  144.     checkline theline
  145.     put return  after gtheapp
  146.   end if
  147.   if (hilite of cd btn "project management") then
  148.     put "‚Ä¢ application level 2" & return &"project management" & return & "‚Ä¢ application level 3" & return after gtheapp
  149.     put the number of cd btn "project management" into gNum
  150.     put line gNum of cd fld sflist into theline
  151.     checkline theline
  152.     put return after gtheapp
  153.   end if
  154.   if (hilite of cd btn "word processing") then
  155.     put "‚Ä¢ application level 2" & return &"word processing" & return & "‚Ä¢ application level 3" & return after gtheapp
  156.     put the number of cd btn "word processing" into gNum
  157.     put line gNum of cd fld sflist into theline
  158.     checkline theline
  159.     put return  after gtheapp
  160.   end if
  161. end Build3
  162.  
  163. on Build4
  164.   global gtheapp,gNum
  165.   put "Programming" & return after gtheapp
  166.   if (hilite of cd btn "end-user programming") then
  167.     put "‚Ä¢ application level 2" & return &"end-user programming" & return & "‚Ä¢ application level 3" & return after gtheapp
  168.     put the number of cd btn "end-user programming" into gNum
  169.     put line gNum of cd fld sflist into theline
  170.     checkline theline
  171.     put return  after gtheapp
  172.   end if
  173.   if (hilite of cd btn "mis/in-house programming") then
  174.     put "‚Ä¢ application level 2" & return &"mis/in-house programming" & return & "‚Ä¢ application level 3" & return after gtheapp
  175.     put the number of cd btn "mis/in-house programming" into gNum
  176.     put line gNum of cd fld sflist into theline
  177.     checkline theline
  178.     put return  after gtheapp
  179.   end if
  180. end Build4
  181.  
  182. on Build5
  183.   global gtheapp,gNum
  184.   put "Publishing" & return after gtheapp
  185.   if (hilite of cd btn "books") then
  186.     put "‚Ä¢ application level 2" & return &"books" & return & "‚Ä¢ application level 3" & return after gtheapp
  187.     put the number of cd btn "books" into gNum
  188.     put line gNum of cd fld sflist into theline
  189.     checkline theline
  190.     put return  after gtheapp
  191.   end if
  192.   if (hilite of cd btn "graphic design") then
  193.     put "‚Ä¢ application level 2" & return &"graphic design" & return & "‚Ä¢ application level 3" & return after gtheapp
  194.     put the number of cd btn "graphic design" into gNum
  195.     put line gNum of cd fld sflist into theline
  196.     checkline theline
  197.     put return  after gtheapp
  198.   end if
  199.   if  (hilite of cd btn "magazines") then
  200.     put"‚Ä¢ application level 2" & return & "magazines" & return & "‚Ä¢ application level 3" & return after gtheapp
  201.     put the number of cd btn "magazines" into gNum
  202.     put line gNum of cd fld sflist into theline
  203.     checkline theline
  204.     put return  after gtheapp
  205.   end if
  206.   if (hilite of cd btn "newspapers") then
  207.     put "‚Ä¢ application level 2" & return &"newspapers" & return & "‚Ä¢ application level 3" & return after gtheapp
  208.     put the number of cd btn "newspapers" into gNum
  209.     put line gNum of cd fld sflist into theline
  210.     checkline theline
  211.     put return after gtheapp
  212.   end if
  213.   if (hilite of cd btn "collateral") then
  214.     put "‚Ä¢ application level 2" & return &"collateral" & return & "‚Ä¢ application level 3" & return after gtheapp
  215.     put the number of cd btn "collateral" into gNum
  216.     put line gNum of cd fld sflist into theline
  217.     checkline theline
  218.     put return  after gtheapp
  219.   end if
  220.   if (hilite of cd btn "proposals/reports") then
  221.     put "‚Ä¢ application level 2" & return &"proposals/reports" & return & "‚Ä¢ application level 3" & return after gtheapp
  222.     put the number of cd btn "proposals/reports" into gNum
  223.     put line gNum of cd fld sflist into theline
  224.     checkline theline
  225.     put return  after gtheapp
  226.   end if
  227.   if (hilite of cd btn "training/reference") then
  228.     put "‚Ä¢ application level 2" & return &"training/reference" & return & "‚Ä¢ application level 3" & return after gtheapp
  229.     put the number of cd btn "training/reference" into gNum
  230.     put line gNum of cd fld sflist into theline
  231.     checkline theline
  232.     put return  after gtheapp
  233.   end if
  234.   if (hilite of cd btn "technical documents") then
  235.     put "‚Ä¢ application level 2" & return &"technical documents" & return & "‚Ä¢ application level 3" & return after gtheapp
  236.     put the number of cd btn "technical documents" into gNum
  237.     put line gNum of cd fld sflist into theline
  238.     checkline theline
  239.     put return after gtheapp
  240.   end if
  241. end Build5
  242.  
  243. on Build6
  244.   global gtheapp,gNum
  245.   put "Scientific Research" & return  after gtheapp
  246.   if (hilite of cd btn "chemistry") then
  247.     put "‚Ä¢ application level 2" & return &"chemistry" & return & "‚Ä¢ application level 3" & return after gtheapp
  248.     put the number of cd btn "chemistry" into gNum
  249.     put line gNum of cd fld sflist into theline
  250.     checkline theline
  251.     put return  after gtheapp
  252.   end if
  253.   if (hilite of cd btn "lab data") then
  254.     put "‚Ä¢ application level 2" & return &"lab data" & return & "‚Ä¢ application level 3" & return after gtheapp
  255.     put the number of cd btn "lab data" into gNum
  256.     put line gNum of cd fld sflist into theline
  257.     checkline theline
  258.     put return  after gtheapp
  259.   end if
  260.   if (hilite of cd btn "math/stats") then
  261.     put "‚Ä¢ application level 2" & return &"math/stats" & return & "‚Ä¢ application level 3" & return after gtheapp
  262.     put the number of cd btn "math/stats" into gNum
  263.     put line gNum of cd fld sflist into theline
  264.     checkline theline
  265.     put return  after gtheapp
  266.   end if
  267.   if (hilite of cd btn "simulation modeling") then
  268.     put "‚Ä¢ application level 2" & return &"simulation modeling" & return & "‚Ä¢ application level 3" & return after gtheapp
  269.     put the number of cd btn "simulation modeling" into gNum
  270.     put line gNum of cd fld sflist into theline
  271.     checkline theline
  272.     put return  after gtheapp
  273.   end if
  274.   if (hilite of cd btn "academic research") then
  275.     put "‚Ä¢ application level 2" & return &"academic research" & return & "‚Ä¢ application level 3" & return after gtheapp
  276.     put the number of cd btn "academic research"into gNum
  277.     put line gNum of cd fld sflist into theline
  278.     checkline theline
  279.     put return  after gtheapp
  280.   end if
  281. end Build6
  282.  
  283. on Build7
  284.   global gtheapp,gNum
  285.   put "Technical Markets" & return  after gtheapp
  286.   if (hilite of cd btn "engineering") then
  287.     put "‚Ä¢ application level 2" & return &"engineering" & return & "‚Ä¢ application level 3" & return after gtheapp
  288.     put the number of cd btn "engineering" into gNum
  289.     put line gNum of cd fld sflist into theline
  290.     checkline theline
  291.     put return  after gtheapp
  292.   end if
  293.   if (hilite of cd btn "manufacturing") then
  294.     put "‚Ä¢ application level 2" & return &"manufacturing" & return & "‚Ä¢ application level 3" & return after gtheapp
  295.     put the number of cd btn "manufacturing" into gNum
  296.     put line gNum of cd fld sflist into theline
  297.     checkline theline
  298.     put return  after gtheapp
  299.   end if
  300. end Build7
  301.  
  302. on checkline theline
  303.   global gtheapp,gNum
  304.   if first item of theline contains "Other" then
  305.     get first item of theline
  306.     delete first word of it
  307.     put it into someOther
  308.     put "allsfware" & gNum into temp
  309.     put cd fld temp into theline
  310.     repeat with i = 1 to the number of lines in theline
  311.       if first char of line i of theline is "¬£" then
  312.         put  line i of theline into theword
  313.         delete first char of theword
  314.         if theword contains "Other" then put theword & someOther & "," after gtheapp
  315.         else put theword & "," after gtheapp
  316.       end if
  317.     end repeat
  318.   else
  319.     repeat with i = 1 to the number of items in theline
  320.       if first char of item i of theline is "¬£" then
  321.         put  item i of theline into theword
  322.         delete first char of theword
  323.         put theword & "," after gtheapp
  324.       end if
  325.     end repeat
  326.   end if
  327. end checkline
  328.  
  329.  
  330.  
  331.  
  332. on MakeList  theline
  333.   global gtheLine
  334.   put theline  into gtheLine
  335.   put line theline of cd fld sflist into thelist
  336.   put empty into cd fld sfware
  337.   if first item of thelist contains "Other" then
  338.     delete first item of thelist
  339.   end if
  340.   repeat with i = 1 to the number of items in thelist
  341.     set cursor to busy
  342.     put item i of thelist  & return after cd fld sfware
  343.   end repeat
  344. end MakeList
  345.  
  346. on hideSpecifics
  347.   set cursor to watch
  348.   lock screen
  349.   hide btn "Local Databases"
  350.   hide btn "Host/Mainframe Access"
  351.  
  352.   hide btn "Overheads"
  353.   hide btn "Multimedia"
  354.   hide btn "Slides"
  355.  
  356.   hide btn "Accounting"
  357.   hide btn "Administrative"
  358.   hide btn "Electronic Mail"
  359.   hide btn "Financial Analysis"
  360.   hide btn "Forms"
  361.   hide btn "Project Management"
  362.   hide btn "Word Processing"
  363.  
  364.   hide btn "End-User Programming"
  365.   hide btn "MIS/In-house Programming"
  366.  
  367.   hide btn "Books"
  368.   hide btn "Graphic Design"
  369.   hide btn "Magazines"
  370.   hide btn "Newspapers"
  371.   hide btn "Collateral"
  372.   hide btn "Proposals/Reports"
  373.   hide btn "Training/Reference"
  374.   hide btn "Technical Documents"
  375.  
  376.   hide btn "Chemistry"
  377.   hide btn "Lab Data"
  378.   hide btn "Math/Stats"
  379.   hide btn "Simulation Modeling"
  380.   hide btn "Academic Research"
  381.  
  382.   hide btn "Manufacturing"
  383.   hide btn "Engineering"
  384. end hideSpecifics
  385.  
  386. on resetSpecifics
  387.   set cursor to watch
  388.   lock screen
  389.   set the hilite of btn "Local Databases" to false
  390.   set the hilite of btn "Host/Mainframe Access" to false
  391.  
  392.   set the hilite of btn "Overheads" to false
  393.   set the hilite of btn "Multimedia" to false
  394.   set the hilite of btn "Slides" to false
  395.  
  396.   set the hilite of btn "Accounting" to false
  397.   set the hilite of btn "Administrative" to false
  398.   set the hilite of btn "Electronic Mail" to false
  399.   set the hilite of btn "Financial Analysis" to false
  400.   set the hilite of btn "Forms" to false
  401.   set the hilite of btn "Project Management" to false
  402.   set the hilite of btn "Word Processing" to false
  403.  
  404.   set the hilite of btn "End-User Programming" to false
  405.   set the hilite of btn "MIS/In-house Programming" to false
  406.  
  407.   set the hilite of btn "Books" to false
  408.   set the hilite of btn "Graphic Design" to false
  409.   set the hilite of btn "Magazines" to false
  410.   set the hilite of btn "Newspapers" to false
  411.   set the hilite of btn "Collateral" to false
  412.   set the hilite of btn "Proposals/Reports" to false
  413.   set the hilite of btn "Training/Reference" to false
  414.   set the hilite of btn "Technical Documents" to false
  415.  
  416.   set the hilite of btn "Chemistry" to false
  417.   set the hilite of btn "Lab Data" to false
  418.   set the hilite of btn "Math/Stats" to false
  419.   set the hilite of btn "Simulation Modeling" to false
  420.   set the hilite of btn "Academic Research" to false
  421.  
  422.   set the hilite of btn "Manufacturing" to false
  423.   set the hilite of btn "Engineering" to false
  424.   unlock screen
  425. end resetSpecifics
  426.  
  427. on resetShowing
  428.   repeat with i = 1 to 29
  429.     put 0 into line i of cd fld "showing"
  430.   end repeat
  431. end resetShowing
  432.  
  433. on resetRadios
  434.   set cursor to watch
  435.   lock screen
  436.   set the hilite of btn "Information Management" to false
  437.   set the hilite of btn "Presentations" to false
  438.   set the hilite of btn "Productivity" to false
  439.   set the hilite of btn "Programming" to false
  440.   set the hilite of btn "Publishing" to false
  441.   set the hilite of btn "Scientific Research" to false
  442.   set the hilite of btn "Technical Markets" to false
  443. end resetRadios
  444.  
  445. on HideShow whichfield
  446.   global gwhichone,gwhichfield
  447.   put whichfield into gwhichfield
  448.   put "sfware" into gwhichone
  449.   lock screen
  450.   if visible of cd btn "reset" then
  451.     hide cd btn "reset"
  452.     hide cd btn "done"
  453.     hide cd btn "cancel"
  454.     hide cd btn "bigmask"
  455.     hide cd btn "backmask"
  456.     hide cd fld "sfware"
  457.     put "allsfware" & whichfield into temp
  458.     hide cd fld temp
  459.     hide cd btn "all software"
  460.     hide cd btn "prev list"
  461.     hide cd fld "instructions"
  462.     hide cd btn 46
  463.   else
  464.     show cd btn "reset"
  465.     show cd btn "done"
  466.     show cd btn "cancel"
  467.     show cd btn "bigmask"
  468.     show cd btn "backmask"
  469.     show cd fld  "sfware"
  470.     show cd btn "all software"
  471.     show cd fld "instructions"
  472.     get offset("¬£",cd fld "instructions")
  473.     if it ‚↠0 then
  474.       show cd btn done
  475.       hide cd btn 46
  476.     else show cd btn 46  --dimmed done
  477.     --if line whichfield of cd fld "showing" is 1 then send mouseup to cd btn "all software"
  478.   end if
  479.   unlock screen
  480. end HideShow
  481.  
  482. on checkCompletion
  483.   global gApp
  484.   put "not done" into done
  485.   put false into gApp
  486.   -------------
  487.   if (hilite of btn "Information Management") then
  488.     if (hilite of cd btn "Local Databases") or (hilite of cd btn "Host/Mainframe access") then
  489.       put empty into done
  490.       put true into gApp
  491.     end if
  492.   end if
  493.   -------------
  494.   if (hilite of btn "Presentations") then
  495.     if (hilite of cd btn "Overheads") or (hilite of cd btn "Slides") or (hilite of cd btn "multimedia") then
  496.       put empty into done
  497.       put true into gApp
  498.     end if
  499.   end if
  500.   -------------
  501.   if (hilite of btn "Productivity") then
  502.     if (hilite of cd btn "accounting") or (hilite of cd btn "administrative") or (hilite of cd btn "electronic mail") or (hilite of cd btn "financial analysis") or (hilite of cd btn "forms") or (hilite of cd btn "project management") or (hilite of cd btn "word processing") then
  503.       put empty into done
  504.       put true into gApp
  505.     end if
  506.   end if
  507.   -------------
  508.   if (hilite of btn "Programming") then
  509.     if (hilite of cd btn "end-user programming") or (hilite of cd btn "mis/in-house programming") then
  510.       put empty into done
  511.       put true into gApp
  512.     end if
  513.   end if
  514.   -------------
  515.   if (hilite of btn "Publishing") then
  516.     if (hilite of cd btn "books") or (hilite of cd btn "graphic design") or (hilite of cd btn "magazines") or (hilite of cd btn "newspapers")or (hilite of cd btn "collateral") or (hilite of cd btn "proposals/reports") or (hilite of cd btn "training/reference") or (hilite of cd btn "technical documents") then
  517.       put empty into done
  518.       put true into gApp
  519.     end if
  520.   end if
  521.   -------------
  522.   if (hilite of btn "Scientific Research") then
  523.     if (hilite of cd btn "chemistry") or (hilite of cd btn "lab data") or (hilite of cd btn "math/stats") or (hilite of cd btn "simulation modeling") or (hilite of cd btn "academic research") then
  524.       put empty into done
  525.       put true into gApp
  526.     end if
  527.   end if
  528.   -------------
  529.   if (hilite of btn "Technical Markets") then
  530.     if (hilite of cd btn "engineering") or (hilite of cd btn "manufacturing") then
  531.       put empty into done
  532.       put true into gApp
  533.     end if
  534.   end if
  535.  
  536.   if gapp then
  537.     put 1 into line 1 of cd fld "status" of cd "intro"
  538.   else
  539.     put 0 into line 1 of cd fld "status" of cd "intro"
  540.   end if
  541.   return done
  542. end checkCompletion
  543.  
  544. on toggleCheck
  545.   if icon of  bg btn checkapp is 0 then
  546.     set icon of  bg btn checkapp to "smallHollowCheck"
  547.   else
  548.     set icon of  bg btn checkapp to 0
  549.   end if
  550. end toggleCheck
  551.  
  552. on resetCard
  553.   lock screen
  554.   set cursor to watch
  555.   resetspecifics
  556.   resetradios
  557.   hidespecifics
  558.   resetShowing
  559.   show cd btn mask
  560.   hide cd btn "reset"
  561.   hide cd btn "done"
  562.   hide cd btn "cancel"
  563.   hide cd btn "bigmask"
  564.   hide cd btn "backmask"
  565.   hide cd fld "sfware"
  566.   hide cd btn "all software"
  567.   hide cd btn "prev list"
  568.   hide cd fld "instructions"
  569.   ZapChecks
  570.   hide cd btn 46
  571.   repeat with i = 1 to 29
  572.     put "allsfware"&i into temp
  573.     hide cd fld temp
  574.   end repeat
  575.   unlock screen
  576. end resetCard
  577.  
  578. on ZapLine theline
  579.   put line theline of cd fld sflist into thelist
  580.   put 1 into start
  581.   repeat
  582.     get offset("¬£",char start to the number of chars in thelist of thelist)
  583.     if it is 0 then exit repeat
  584.     else put "‚Ñ¢" into char it + start - 1 of thelist
  585.     put it into start
  586.   end repeat
  587.   put thelist into line theline of cd fld sflist
  588.   put "allsfware" & theline into temp
  589.   put cd fld "allsfware" into cd fld temp
  590. end ZapLine
  591.  
  592. on ZapChecks
  593.   global gwhichone
  594.   put cd fld sflist into thelist
  595.   put 1 into start
  596.   repeat
  597.     get offset("¬£",char start to the number of chars in thelist of thelist)
  598.     if it is 0 then exit repeat
  599.     else put "‚Ñ¢" into char it + start - 1 of thelist
  600.     put it into start
  601.   end repeat
  602.   put 1 into start
  603.   repeat
  604.     get offset("Other",char start to the number of chars in thelist of thelist)
  605.     put it + start into start
  606.     if it is 0 then
  607.       exit repeat
  608.     else
  609.       put number of lines in char 1 to start  of thelist into lineNum
  610.       get first item of line lineNum of thelist
  611.       if it contains "Other" then
  612.         delete first item of line lineNum of thelist
  613.       end if
  614.     end if
  615.   end repeat
  616.   put thelist into cd fld sflist
  617.   put cd fld "allsfware" into thelist
  618.   repeat with i = 1 to 29
  619.     put "allsfware" & i into   gwhichone
  620.     put thelist into cd fld gwhichone
  621.   end repeat
  622. end Zapchecks
  623.  
  624.  
  625.  
  626.  
  627. -- part 33 (field)
  628. -- low flags: 01
  629. -- high flags: 0000
  630. -- rect: left=161 top=44 right=66 bottom=402
  631. -- title width / last selected line: 0
  632. -- icon id / first selected line: 0 / 0
  633. -- text alignment: 0
  634. -- font id: 3
  635. -- text size: 12
  636. -- style flags: 0
  637. -- line height: 16
  638. -- part name: Label1
  639.  
  640.  
  641. -- part 52 (button)
  642. -- low flags: 80
  643. -- high flags: 8005
  644. -- rect: left=165 top=229 right=248 bottom=314
  645. -- title width / last selected line: 0
  646. -- icon id / first selected line: 0 / 0
  647. -- text alignment: 1
  648. -- font id: 0
  649. -- text size: 12
  650. -- style flags: 0
  651. -- line height: 16
  652. -- part name: Local Databases
  653. ----- HyperTalk script -----
  654. on mouseUp
  655.   lock screen
  656.   if not hilite of me then
  657.     lock screen
  658.     set hilite of me to true
  659.     MakeList(the number of me)
  660.     HideShow(the number of me)
  661.     unlock screen
  662.   else
  663.     set hilite of me to false
  664.     ZapChecks
  665.   end if
  666. end mouseUp
  667.  
  668.  
  669.  
  670. -- part 53 (button)
  671. -- low flags: 80
  672. -- high flags: 8005
  673. -- rect: left=165 top=211 right=230 bottom=346
  674. -- title width / last selected line: 0
  675. -- icon id / first selected line: 0 / 0
  676. -- text alignment: 1
  677. -- font id: 0
  678. -- text size: 12
  679. -- style flags: 0
  680. -- line height: 16
  681. -- part name: Host/Mainframe Access
  682. ----- HyperTalk script -----
  683. on mouseUp
  684.   if not hilite of me then
  685.     lock screen
  686.     set hilite of me to true
  687.     MakeList(the number of me)
  688.     HideShow(the number of me)
  689.     unlock screen
  690.   else
  691.     set hilite of me to false
  692.     ZapChecks
  693.   end if
  694. end mouseUp
  695.  
  696.  
  697.  
  698. -- part 56 (button)
  699. -- low flags: 80
  700. -- high flags: 8005
  701. -- rect: left=164 top=229 right=248 bottom=313
  702. -- title width / last selected line: 0
  703. -- icon id / first selected line: 0 / 0
  704. -- text alignment: 1
  705. -- font id: 0
  706. -- text size: 12
  707. -- style flags: 0
  708. -- line height: 16
  709. -- part name: Overheads
  710. ----- HyperTalk script -----
  711. on mouseUp
  712.   lock screen
  713.   if not hilite of me then
  714.     set hilite of me to true
  715.     MakeList(the number of me)
  716.     HideShow(the number of me)
  717.   else
  718.     set hilite of me to false
  719.     ZapChecks
  720.   end if
  721.   unlock screen
  722. end mouseUp
  723.  
  724.  
  725.  
  726. -- part 55 (button)
  727. -- low flags: 80
  728. -- high flags: 8005
  729. -- rect: left=164 top=211 right=230 bottom=313
  730. -- title width / last selected line: 0
  731. -- icon id / first selected line: 0 / 0
  732. -- text alignment: 1
  733. -- font id: 0
  734. -- text size: 12
  735. -- style flags: 0
  736. -- line height: 16
  737. -- part name: Multimedia
  738. ----- HyperTalk script -----
  739. on mouseUp
  740.   lock screen
  741.   if not hilite of me then
  742.     set hilite of me to true
  743.     MakeList(the number of me)
  744.     HideShow(the number of me)
  745.   else
  746.     set hilite of me to false
  747.     ZapChecks
  748.   end if
  749.   unlock screen
  750. end mouseUp
  751.  
  752.  
  753.  
  754. -- part 54 (button)
  755. -- low flags: 80
  756. -- high flags: 8005
  757. -- rect: left=164 top=247 right=266 bottom=313
  758. -- title width / last selected line: 0
  759. -- icon id / first selected line: 0 / 0
  760. -- text alignment: 1
  761. -- font id: 0
  762. -- text size: 12
  763. -- style flags: 0
  764. -- line height: 16
  765. -- part name: Slides
  766. ----- HyperTalk script -----
  767. on mouseUp
  768.   lock screen
  769.   if not hilite of me then
  770.     set hilite of me to true
  771.     MakeList(the number of me)
  772.     HideShow(the number of me)
  773.   else
  774.     set hilite of me to false
  775.     ZapChecks
  776.   end if
  777.   unlock screen
  778. end mouseUp
  779.  
  780.  
  781.  
  782. -- part 69 (button)
  783. -- low flags: 80
  784. -- high flags: 8005
  785. -- rect: left=164 top=211 right=230 bottom=313
  786. -- title width / last selected line: 0
  787. -- icon id / first selected line: 0 / 0
  788. -- text alignment: 1
  789. -- font id: 0
  790. -- text size: 12
  791. -- style flags: 0
  792. -- line height: 16
  793. -- part name: Accounting
  794. ----- HyperTalk script -----
  795. on mouseUp
  796.   lock screen
  797.   if not hilite of me then
  798.     set hilite of me to true
  799.     MakeList(the number of me)
  800.     HideShow(the number of me)
  801.   else
  802.     set hilite of me to false
  803.     ZapChecks
  804.   end if
  805.   unlock screen
  806. end mouseUp
  807.  
  808.  
  809.  
  810. -- part 70 (button)
  811. -- low flags: 80
  812. -- high flags: 8005
  813. -- rect: left=164 top=229 right=248 bottom=313
  814. -- title width / last selected line: 0
  815. -- icon id / first selected line: 0 / 0
  816. -- text alignment: 1
  817. -- font id: 0
  818. -- text size: 12
  819. -- style flags: 0
  820. -- line height: 16
  821. -- part name: Administrative
  822. ----- HyperTalk script -----
  823. on mouseUp
  824.   lock screen
  825.   if not hilite of me then
  826.     set hilite of me to true
  827.     MakeList(the number of me)
  828.     HideShow(the number of me)
  829.   else
  830.     set hilite of me to false
  831.     ZapChecks
  832.   end if
  833.   unlock screen
  834. end mouseUp
  835.  
  836.  
  837.  
  838. -- part 71 (button)
  839. -- low flags: 80
  840. -- high flags: 8005
  841. -- rect: left=164 top=247 right=266 bottom=313
  842. -- title width / last selected line: 0
  843. -- icon id / first selected line: 0 / 0
  844. -- text alignment: 1
  845. -- font id: 0
  846. -- text size: 12
  847. -- style flags: 0
  848. -- line height: 16
  849. -- part name: Electronic Mail
  850. ----- HyperTalk script -----
  851. on mouseUp
  852.   lock screen
  853.   if not hilite of me then
  854.     set hilite of me to true
  855.     MakeList(the number of me)
  856.     HideShow(the number of me)
  857.   else
  858.     set hilite of me to false
  859.     ZapChecks
  860.   end if
  861.   unlock screen
  862. end mouseUp
  863.  
  864.  
  865.  
  866. -- part 72 (button)
  867. -- low flags: 80
  868. -- high flags: 8005
  869. -- rect: left=164 top=265 right=284 bottom=313
  870. -- title width / last selected line: 0
  871. -- icon id / first selected line: 0 / 0
  872. -- text alignment: 1
  873. -- font id: 0
  874. -- text size: 12
  875. -- style flags: 0
  876. -- line height: 16
  877. -- part name: Financial Analysis
  878. ----- HyperTalk script -----
  879. on mouseUp
  880.   lock screen
  881.   if not hilite of me then
  882.     set hilite of me to true
  883.     MakeList(the number of me)
  884.     HideShow(the number of me)
  885.   else
  886.     set hilite of me to false
  887.     ZapChecks
  888.   end if
  889.   unlock screen
  890. end mouseUp
  891.  
  892.  
  893.  
  894. -- part 73 (button)
  895. -- low flags: 80
  896. -- high flags: 8005
  897. -- rect: left=164 top=283 right=302 bottom=313
  898. -- title width / last selected line: 0
  899. -- icon id / first selected line: 0 / 0
  900. -- text alignment: 1
  901. -- font id: 0
  902. -- text size: 12
  903. -- style flags: 0
  904. -- line height: 16
  905. -- part name: Forms
  906. ----- HyperTalk script -----
  907. on mouseUp
  908.   lock screen
  909.   if not hilite of me then
  910.     set hilite of me to true
  911.     MakeList(the number of me)
  912.     HideShow(the number of me)
  913.   else
  914.     set hilite of me to false
  915.     ZapChecks
  916.   end if
  917.   unlock screen
  918. end mouseUp
  919.  
  920.  
  921.  
  922. -- part 74 (button)
  923. -- low flags: 80
  924. -- high flags: 8005
  925. -- rect: left=164 top=301 right=320 bottom=333
  926. -- title width / last selected line: 0
  927. -- icon id / first selected line: 0 / 0
  928. -- text alignment: 1
  929. -- font id: 0
  930. -- text size: 12
  931. -- style flags: 0
  932. -- line height: 16
  933. -- part name: Project Management
  934. ----- HyperTalk script -----
  935. on mouseUp
  936.   lock screen
  937.   if not hilite of me then
  938.     set hilite of me to true
  939.     MakeList(the number of me)
  940.     HideShow(the number of me)
  941.   else
  942.     set hilite of me to false
  943.     ZapChecks
  944.   end if
  945.   unlock screen
  946. end mouseUp
  947.  
  948.  
  949.  
  950. -- part 75 (button)
  951. -- low flags: 80
  952. -- high flags: 8005
  953. -- rect: left=328 top=211 right=230 bottom=482
  954. -- title width / last selected line: 0
  955. -- icon id / first selected line: 0 / 0
  956. -- text alignment: 1
  957. -- font id: 0
  958. -- text size: 12
  959. -- style flags: 0
  960. -- line height: 16
  961. -- part name: Word Processing
  962. ----- HyperTalk script -----
  963. on mouseUp
  964.   lock screen
  965.   if not hilite of me then
  966.     set hilite of me to true
  967.     MakeList(the number of me)
  968.     HideShow(the number of me)
  969.   else
  970.     set hilite of me to false
  971.     ZapChecks
  972.   end if
  973.   unlock screen
  974. end mouseUp
  975.  
  976.  
  977.  
  978. -- part 57 (button)
  979. -- low flags: 80
  980. -- high flags: 8005
  981. -- rect: left=164 top=211 right=230 bottom=370
  982. -- title width / last selected line: 0
  983. -- icon id / first selected line: 0 / 0
  984. -- text alignment: 1
  985. -- font id: 0
  986. -- text size: 12
  987. -- style flags: 0
  988. -- line height: 16
  989. -- part name: End-User Programming
  990. ----- HyperTalk script -----
  991. on mouseUp
  992.   lock screen
  993.   if not hilite of me then
  994.     set hilite of me to true
  995.     MakeList(the number of me)
  996.     HideShow(the number of me)
  997.   else
  998.     set hilite of me to false
  999.     ZapChecks
  1000.   end if
  1001.   unlock screen
  1002. end mouseUp
  1003.  
  1004.  
  1005.  
  1006. -- part 58 (button)
  1007. -- low flags: 80
  1008. -- high flags: 8005
  1009. -- rect: left=164 top=229 right=248 bottom=370
  1010. -- title width / last selected line: 0
  1011. -- icon id / first selected line: 0 / 0
  1012. -- text alignment: 1
  1013. -- font id: 0
  1014. -- text size: 12
  1015. -- style flags: 0
  1016. -- line height: 16
  1017. -- part name: MIS/In-house Programming
  1018. ----- HyperTalk script -----
  1019. on mouseUp
  1020.   lock screen
  1021.   if not hilite of me then
  1022.     set hilite of me to true
  1023.     MakeList(the number of me)
  1024.     HideShow(the number of me)
  1025.   else
  1026.     set hilite of me to false
  1027.     ZapChecks
  1028.   end if
  1029.   unlock screen
  1030. end mouseUp
  1031.  
  1032.  
  1033.  
  1034. -- part 44 (button)
  1035. -- low flags: 80
  1036. -- high flags: 8005
  1037. -- rect: left=164 top=211 right=230 bottom=313
  1038. -- title width / last selected line: 0
  1039. -- icon id / first selected line: 0 / 0
  1040. -- text alignment: 1
  1041. -- font id: 0
  1042. -- text size: 12
  1043. -- style flags: 0
  1044. -- line height: 16
  1045. -- part name: Books
  1046. ----- HyperTalk script -----
  1047. on mouseUp
  1048.   lock screen
  1049.   if not hilite of me then
  1050.     set hilite of me to true
  1051.     MakeList(the number of me)
  1052.     HideShow(the number of me)
  1053.   else
  1054.     set hilite of me to false
  1055.     ZapChecks
  1056.   end if
  1057.   unlock screen
  1058. end mouseUp
  1059.  
  1060.  
  1061.  
  1062. -- part 45 (button)
  1063. -- low flags: 80
  1064. -- high flags: 8005
  1065. -- rect: left=164 top=247 right=266 bottom=313
  1066. -- title width / last selected line: 0
  1067. -- icon id / first selected line: 0 / 0
  1068. -- text alignment: 1
  1069. -- font id: 0
  1070. -- text size: 12
  1071. -- style flags: 0
  1072. -- line height: 16
  1073. -- part name: Graphic Design
  1074. ----- HyperTalk script -----
  1075. on mouseUp
  1076.   lock screen
  1077.   if not hilite of me then
  1078.     set hilite of me to true
  1079.     MakeList(the number of me)
  1080.     HideShow(the number of me)
  1081.   else
  1082.     set hilite of me to false
  1083.     ZapChecks
  1084.   end if
  1085.   unlock screen
  1086. end mouseUp
  1087.  
  1088.  
  1089.  
  1090. -- part 46 (button)
  1091. -- low flags: 80
  1092. -- high flags: 8005
  1093. -- rect: left=164 top=265 right=284 bottom=313
  1094. -- title width / last selected line: 0
  1095. -- icon id / first selected line: 0 / 0
  1096. -- text alignment: 1
  1097. -- font id: 0
  1098. -- text size: 12
  1099. -- style flags: 0
  1100. -- line height: 16
  1101. -- part name: Magazines
  1102. ----- HyperTalk script -----
  1103. on mouseUp
  1104.   lock screen
  1105.   if not hilite of me then
  1106.     set hilite of me to true
  1107.     MakeList(the number of me)
  1108.     HideShow(the number of me)
  1109.   else
  1110.     set hilite of me to false
  1111.     ZapChecks
  1112.   end if
  1113.   unlock screen
  1114. end mouseUp
  1115.  
  1116.  
  1117.  
  1118. -- part 47 (button)
  1119. -- low flags: 80
  1120. -- high flags: 8005
  1121. -- rect: left=164 top=283 right=302 bottom=313
  1122. -- title width / last selected line: 0
  1123. -- icon id / first selected line: 0 / 0
  1124. -- text alignment: 1
  1125. -- font id: 0
  1126. -- text size: 12
  1127. -- style flags: 0
  1128. -- line height: 16
  1129. -- part name: Newspapers
  1130. ----- HyperTalk script -----
  1131. on mouseUp
  1132.   lock screen
  1133.   if not hilite of me then
  1134.     set hilite of me to true
  1135.     MakeList(the number of me)
  1136.     HideShow(the number of me)
  1137.   else
  1138.     set hilite of me to false
  1139.     ZapChecks
  1140.   end if
  1141.   unlock screen
  1142. end mouseUp
  1143.  
  1144.  
  1145.  
  1146. -- part 48 (button)
  1147. -- low flags: 80
  1148. -- high flags: 8005
  1149. -- rect: left=164 top=229 right=248 bottom=313
  1150. -- title width / last selected line: 0
  1151. -- icon id / first selected line: 0 / 0
  1152. -- text alignment: 1
  1153. -- font id: 0
  1154. -- text size: 12
  1155. -- style flags: 0
  1156. -- line height: 16
  1157. -- part name: Collateral
  1158. ----- HyperTalk script -----
  1159. on mouseUp
  1160.   lock screen
  1161.   if not hilite of me then
  1162.     set hilite of me to true
  1163.     MakeList(the number of me)
  1164.     HideShow(the number of me)
  1165.   else
  1166.     set hilite of me to false
  1167.     ZapChecks
  1168.   end if
  1169.   unlock screen
  1170. end mouseUp
  1171.  
  1172.  
  1173.  
  1174. -- part 49 (button)
  1175. -- low flags: 80
  1176. -- high flags: 8005
  1177. -- rect: left=164 top=301 right=320 bottom=313
  1178. -- title width / last selected line: 0
  1179. -- icon id / first selected line: 0 / 0
  1180. -- text alignment: 1
  1181. -- font id: 0
  1182. -- text size: 12
  1183. -- style flags: 0
  1184. -- line height: 16
  1185. -- part name: Proposals/Reports
  1186. ----- HyperTalk script -----
  1187. on mouseUp
  1188.   lock screen
  1189.   if not hilite of me then
  1190.     set hilite of me to true
  1191.     MakeList(the number of me)
  1192.     HideShow(the number of me)
  1193.   else
  1194.     set hilite of me to false
  1195.     ZapChecks
  1196.   end if
  1197.   unlock screen
  1198. end mouseUp
  1199.  
  1200.  
  1201.  
  1202. -- part 50 (button)
  1203. -- low flags: 80
  1204. -- high flags: 8005
  1205. -- rect: left=328 top=229 right=248 bottom=482
  1206. -- title width / last selected line: 0
  1207. -- icon id / first selected line: 0 / 0
  1208. -- text alignment: 1
  1209. -- font id: 0
  1210. -- text size: 12
  1211. -- style flags: 0
  1212. -- line height: 16
  1213. -- part name: Training/Reference
  1214. ----- HyperTalk script -----
  1215. on mouseUp
  1216.   lock screen
  1217.   if not hilite of me then
  1218.     set hilite of me to true
  1219.     MakeList(the number of me)
  1220.     HideShow(the number of me)
  1221.   else
  1222.     set hilite of me to false
  1223.     ZapChecks
  1224.   end if
  1225.   unlock screen
  1226. end mouseUp
  1227.  
  1228.  
  1229.  
  1230. -- part 51 (button)
  1231. -- low flags: 80
  1232. -- high flags: 8005
  1233. -- rect: left=328 top=211 right=230 bottom=485
  1234. -- title width / last selected line: 0
  1235. -- icon id / first selected line: 0 / 0
  1236. -- text alignment: 1
  1237. -- font id: 0
  1238. -- text size: 12
  1239. -- style flags: 0
  1240. -- line height: 16
  1241. -- part name: Technical Documents
  1242. ----- HyperTalk script -----
  1243. on mouseUp
  1244.   lock screen
  1245.   if not hilite of me then
  1246.     set hilite of me to true
  1247.     MakeList(the number of me)
  1248.     HideShow(the number of me)
  1249.   else
  1250.     set hilite of me to false
  1251.     ZapChecks
  1252.   end if
  1253.   unlock screen
  1254. end mouseUp
  1255.  
  1256.  
  1257.  
  1258. -- part 85 (button)
  1259. -- low flags: 80
  1260. -- high flags: 8005
  1261. -- rect: left=164 top=211 right=230 bottom=324
  1262. -- title width / last selected line: 0
  1263. -- icon id / first selected line: 0 / 0
  1264. -- text alignment: 1
  1265. -- font id: 0
  1266. -- text size: 12
  1267. -- style flags: 0
  1268. -- line height: 16
  1269. -- part name: Academic Research
  1270. ----- HyperTalk script -----
  1271. on mouseUp
  1272.   lock screen
  1273.   if not hilite of me then
  1274.     set hilite of me to true
  1275.     MakeList(the number of me)
  1276.     HideShow(the number of me)
  1277.   else
  1278.     set hilite of me to false
  1279.     ZapChecks
  1280.   end if
  1281.   unlock screen
  1282. end mouseUp
  1283.  
  1284.  
  1285.  
  1286. -- part 60 (button)
  1287. -- low flags: 80
  1288. -- high flags: 8005
  1289. -- rect: left=164 top=229 right=248 bottom=313
  1290. -- title width / last selected line: 0
  1291. -- icon id / first selected line: 0 / 0
  1292. -- text alignment: 1
  1293. -- font id: 0
  1294. -- text size: 12
  1295. -- style flags: 0
  1296. -- line height: 16
  1297. -- part name: Chemistry
  1298. ----- HyperTalk script -----
  1299. on mouseUp
  1300.   lock screen
  1301.   if not hilite of me then
  1302.     set hilite of me to true
  1303.     MakeList(the number of me)
  1304.     HideShow(the number of me)
  1305.   else
  1306.     set hilite of me to false
  1307.     ZapChecks
  1308.   end if
  1309.   unlock screen
  1310. end mouseUp
  1311.  
  1312.  
  1313.  
  1314. -- part 61 (button)
  1315. -- low flags: 80
  1316. -- high flags: 8005
  1317. -- rect: left=164 top=247 right=266 bottom=313
  1318. -- title width / last selected line: 0
  1319. -- icon id / first selected line: 0 / 0
  1320. -- text alignment: 1
  1321. -- font id: 0
  1322. -- text size: 12
  1323. -- style flags: 0
  1324. -- line height: 16
  1325. -- part name: Lab Data
  1326. ----- HyperTalk script -----
  1327. on mouseUp
  1328.   lock screen
  1329.   if not hilite of me then
  1330.     set hilite of me to true
  1331.     MakeList(the number of me)
  1332.     HideShow(the number of me)
  1333.   else
  1334.     set hilite of me to false
  1335.     ZapChecks
  1336.   end if
  1337.   unlock screen
  1338. end mouseUp
  1339.  
  1340.  
  1341.  
  1342. -- part 59 (button)
  1343. -- low flags: 80
  1344. -- high flags: 8005
  1345. -- rect: left=164 top=265 right=284 bottom=313
  1346. -- title width / last selected line: 0
  1347. -- icon id / first selected line: 0 / 0
  1348. -- text alignment: 1
  1349. -- font id: 0
  1350. -- text size: 12
  1351. -- style flags: 0
  1352. -- line height: 16
  1353. -- part name: Math/Stats
  1354. ----- HyperTalk script -----
  1355. on mouseUp
  1356.   lock screen
  1357.   if not hilite of me then
  1358.     set hilite of me to true
  1359.     MakeList(the number of me)
  1360.     HideShow(the number of me)
  1361.   else
  1362.     set hilite of me to false
  1363.     ZapChecks
  1364.   end if
  1365.   unlock screen
  1366. end mouseUp
  1367.  
  1368.  
  1369.  
  1370. -- part 76 (button)
  1371. -- low flags: 80
  1372. -- high flags: 8005
  1373. -- rect: left=164 top=283 right=302 bottom=324
  1374. -- title width / last selected line: 0
  1375. -- icon id / first selected line: 0 / 0
  1376. -- text alignment: 1
  1377. -- font id: 0
  1378. -- text size: 12
  1379. -- style flags: 0
  1380. -- line height: 16
  1381. -- part name: Simulation Modeling
  1382. ----- HyperTalk script -----
  1383. on mouseUp
  1384.   lock screen
  1385.   if not hilite of me then
  1386.     set hilite of me to true
  1387.     MakeList(the number of me)
  1388.     HideShow(the number of me)
  1389.   else
  1390.     set hilite of me to false
  1391.     ZapChecks
  1392.   end if
  1393.   unlock screen
  1394. end mouseUp
  1395.  
  1396.  
  1397.  
  1398. -- part 68 (button)
  1399. -- low flags: 80
  1400. -- high flags: 8005
  1401. -- rect: left=165 top=211 right=230 bottom=314
  1402. -- title width / last selected line: 0
  1403. -- icon id / first selected line: 0 / 0
  1404. -- text alignment: 1
  1405. -- font id: 0
  1406. -- text size: 12
  1407. -- style flags: 0
  1408. -- line height: 16
  1409. -- part name: Engineering
  1410. ----- HyperTalk script -----
  1411. on mouseUp
  1412.   lock screen
  1413.   if not hilite of me then
  1414.     set hilite of me to true
  1415.     MakeList(the number of me)
  1416.     HideShow(the number of me)
  1417.   else
  1418.     set hilite of me to false
  1419.     ZapChecks
  1420.   end if
  1421.   unlock screen
  1422. end mouseUp
  1423.  
  1424.  
  1425.  
  1426. -- part 66 (button)
  1427. -- low flags: 80
  1428. -- high flags: 8005
  1429. -- rect: left=165 top=229 right=248 bottom=314
  1430. -- title width / last selected line: 0
  1431. -- icon id / first selected line: 0 / 0
  1432. -- text alignment: 1
  1433. -- font id: 0
  1434. -- text size: 12
  1435. -- style flags: 0
  1436. -- line height: 16
  1437. -- part name: Manufacturing
  1438. ----- HyperTalk script -----
  1439. on mouseUp
  1440.   lock screen
  1441.   if not hilite of me then
  1442.     set hilite of me to true
  1443.     MakeList(the number of me)
  1444.     HideShow(the number of me)
  1445.   else
  1446.     set hilite of me to false
  1447.     ZapChecks
  1448.   end if
  1449.   unlock screen
  1450. end mouseUp
  1451.  
  1452.  
  1453.  
  1454. -- part 35 (button)
  1455. -- low flags: 00
  1456. -- high flags: 8005
  1457. -- rect: left=164 top=63 right=82 bottom=391
  1458. -- title width / last selected line: 0
  1459. -- icon id / first selected line: 0 / 0
  1460. -- text alignment: 1
  1461. -- font id: 0
  1462. -- text size: 12
  1463. -- style flags: 0
  1464. -- line height: 16
  1465. -- part name: Information Management
  1466. ----- HyperTalk script -----
  1467. on mouseUp
  1468.   lock screen
  1469.   if (not hilite of me)  then
  1470.     hidespecifics
  1471.     hide cd btn mask
  1472.     put "Click to specify Information Management‚Äôs area(s):" into cd fld "label2"
  1473.     show btn "Local Databases"
  1474.     show btn "Host/Mainframe Access"
  1475.     set the hilite of me to true
  1476.   else
  1477.     hidespecifics
  1478.     show cd btn mask
  1479.     set hilite of  btn "Local Databases" to false
  1480.     set hilite of  btn "Host/Mainframe Access" to false
  1481.     set hilite of me to false
  1482.     Zapline 1
  1483.     ZapLine 2
  1484.   end if
  1485.   unlock screen
  1486. end mouseUp
  1487.  
  1488.  
  1489.  
  1490. -- part 36 (button)
  1491. -- low flags: 00
  1492. -- high flags: 8005
  1493. -- rect: left=164 top=81 right=100 bottom=391
  1494. -- title width / last selected line: 0
  1495. -- icon id / first selected line: 0 / 0
  1496. -- text alignment: 1
  1497. -- font id: 0
  1498. -- text size: 12
  1499. -- style flags: 0
  1500. -- line height: 16
  1501. -- part name: Presentations
  1502. ----- HyperTalk script -----
  1503. on mouseUp
  1504.   lock screen
  1505.   if not (hilite of me)  then
  1506.     hidespecifics
  1507.     hide cd btn mask
  1508.     put "Click to specify Presentations‚Äô area(s):" into cd fld "label2"
  1509.     show btn "Overheads"
  1510.     show btn "Multimedia"
  1511.     show btn "Slides"
  1512.     set the hilite of me to true
  1513.   else
  1514.     hidespecifics
  1515.     show cd btn mask
  1516.     set hilite of me to false
  1517.     set hilite of  btn "Overheads" to false
  1518.     set hilite of  btn "Multimedia" to false
  1519.     set hilite of  btn "Slides" to false
  1520.     ZapLine 3
  1521.     zapline 4
  1522.     zapline 5
  1523.   end if
  1524.   unlock screen
  1525. end mouseUp
  1526.  
  1527.  
  1528.  
  1529.  
  1530. -- part 37 (button)
  1531. -- low flags: 00
  1532. -- high flags: 8005
  1533. -- rect: left=164 top=99 right=118 bottom=391
  1534. -- title width / last selected line: 0
  1535. -- icon id / first selected line: 0 / 0
  1536. -- text alignment: 1
  1537. -- font id: 0
  1538. -- text size: 12
  1539. -- style flags: 0
  1540. -- line height: 16
  1541. -- part name: Productivity
  1542. ----- HyperTalk script -----
  1543. on mouseUp
  1544.   lock screen
  1545.   if not (hilite of me)  then
  1546.     hidespecifics
  1547.     hide cd btn mask
  1548.     put "Click to specify Productivity‚Äôs area(s):" into cd fld "label2"
  1549.     show btn "Accounting"
  1550.     show btn "Administrative"
  1551.     show btn "Electronic Mail"
  1552.     show btn "Financial Analysis"
  1553.     show btn "Forms"
  1554.     show btn "Project Management"
  1555.     show btn "Word Processing"
  1556.     set the hilite of me to true
  1557.   else
  1558.     hidespecifics
  1559.     show cd btn mask
  1560.     set hilite of me to false
  1561.     set hilite of  btn "Accounting" to false
  1562.     set hilite of  btn "Administrative" to false
  1563.     set hilite of  btn "Electronic Mail" to false
  1564.     set hilite of  btn "Financial Analysis" to false
  1565.     set hilite of  btn "Forms" to false
  1566.     set hilite of  btn "Project Management" to false
  1567.     set hilite of  btn "Word Processing" to false
  1568.     repeat with i = 6 to 12
  1569.       Zapline i
  1570.     end repeat
  1571.   end if
  1572.   unlock screen
  1573. end mouseUp
  1574.  
  1575.  
  1576.  
  1577. -- part 38 (button)
  1578. -- low flags: 00
  1579. -- high flags: 8005
  1580. -- rect: left=164 top=117 right=136 bottom=391
  1581. -- title width / last selected line: 0
  1582. -- icon id / first selected line: 0 / 0
  1583. -- text alignment: 1
  1584. -- font id: 0
  1585. -- text size: 12
  1586. -- style flags: 0
  1587. -- line height: 16
  1588. -- part name: Programming
  1589. ----- HyperTalk script -----
  1590. on mouseUp
  1591.   lock screen
  1592.   if not (hilite of me)  then
  1593.     hidespecifics
  1594.     hide cd btn mask
  1595.     put "Click to specify Programming‚Äôs area(s):" into cd fld "label2"
  1596.     show btn "End-User Programming"
  1597.     show btn "MIS/In-house Programming"
  1598.     set the hilite of me to true
  1599.   else
  1600.     hidespecifics
  1601.     show cd btn mask
  1602.     set hilite of me to false
  1603.     set hilite of  btn "End-User Programming" to false
  1604.     set hilite of  btn "MIS/In-house Programming" to false
  1605.     Zapline 13
  1606.     zapline 14
  1607.   end if
  1608.   unlock screen
  1609. end mouseUp
  1610.  
  1611.  
  1612.  
  1613. -- part 39 (button)
  1614. -- low flags: 00
  1615. -- high flags: 8005
  1616. -- rect: left=164 top=135 right=154 bottom=391
  1617. -- title width / last selected line: 0
  1618. -- icon id / first selected line: 0 / 0
  1619. -- text alignment: 1
  1620. -- font id: 0
  1621. -- text size: 12
  1622. -- style flags: 0
  1623. -- line height: 16
  1624. -- part name: Publishing
  1625. ----- HyperTalk script -----
  1626. on mouseUp
  1627.   lock screen
  1628.   if not (hilite of me)  then
  1629.     hidespecifics
  1630.     hide cd btn mask
  1631.     put "Click to specify Publishing‚Äôs area(s):" into cd fld "label2"
  1632.     show btn "Books"
  1633.     show btn "Graphic Design"
  1634.     show btn "Magazines"
  1635.     show btn "Newspapers"
  1636.     show btn "Collateral"
  1637.     show btn "Proposals/Reports"
  1638.     show btn "Training/Reference"
  1639.     show btn "Technical Documents"
  1640.     set the hilite of me to true
  1641.   else
  1642.     hidespecifics
  1643.     show cd btn mask
  1644.     set hilite of me to false
  1645.     set hilite of  btn "Books" to false
  1646.     set hilite of  btn "Graphic Design" to false
  1647.     set hilite of  btn "Magazines" to false
  1648.     set hilite of  btn "Newspapers" to false
  1649.     set hilite of  btn "Collateral" to false
  1650.     set hilite of  btn "Proposals/Reports" to false
  1651.     set hilite of  btn "Training/Reference" to false
  1652.     set hilite of  btn "Technical Documents" to false
  1653.     repeat with i = 15 to 22
  1654.       Zapline i
  1655.     end repeat
  1656.   end if
  1657.   unlock screen
  1658. end mouseUp
  1659.  
  1660.  
  1661.  
  1662. -- part 40 (button)
  1663. -- low flags: 00
  1664. -- high flags: 8005
  1665. -- rect: left=164 top=153 right=172 bottom=391
  1666. -- title width / last selected line: 0
  1667. -- icon id / first selected line: 0 / 0
  1668. -- text alignment: 1
  1669. -- font id: 0
  1670. -- text size: 12
  1671. -- style flags: 0
  1672. -- line height: 16
  1673. -- part name: Scientific Research
  1674. ----- HyperTalk script -----
  1675. on mouseUp
  1676.   lock screen
  1677.   if not( hilite of me)  then
  1678.     lock screen
  1679.     hidespecifics
  1680.     hide cd btn mask
  1681.     put "Click to specify Scientific Research‚Äôs area(s):" into cd fld "label2"
  1682.     show btn "Chemistry"
  1683.     show btn "Lab Data"
  1684.     show btn "Math/Stats"
  1685.     show btn "Simulation Modeling"
  1686.     show btn "academic research"
  1687.     set the hilite of me to true
  1688.   else
  1689.     hidespecifics
  1690.     show cd btn mask
  1691.     set hilite of me to false
  1692.     set hilite of  btn "Chemistry" to false
  1693.     set hilite of  btn "Lab Data" to false
  1694.     set hilite of  btn "Math/Stats" to false
  1695.     set hilite of  btn "Simulation Modeling" to false
  1696.     set hilite of  btn "academic research" to false
  1697.     zapline 23
  1698.     zapline 24
  1699.     zapline 25
  1700.     zapline 26
  1701.     zapline 27
  1702.   end if
  1703.   unlock screen
  1704. end mouseUp
  1705.  
  1706.  
  1707.  
  1708. -- part 41 (button)
  1709. -- low flags: 00
  1710. -- high flags: 8005
  1711. -- rect: left=164 top=171 right=190 bottom=391
  1712. -- title width / last selected line: 0
  1713. -- icon id / first selected line: 0 / 0
  1714. -- text alignment: 1
  1715. -- font id: 0
  1716. -- text size: 12
  1717. -- style flags: 0
  1718. -- line height: 16
  1719. -- part name: Technical Markets
  1720. ----- HyperTalk script -----
  1721. on mouseUp
  1722.   lock screen
  1723.   if not (hilite of me)  then
  1724.     lock screen
  1725.     hidespecifics
  1726.     hide cd btn mask
  1727.     put "Click to specify Technical Markets‚Äô area(s):" into cd fld "label2"
  1728.     show btn "Manufacturing"
  1729.     show btn "Engineering"
  1730.     set the hilite of me to true
  1731.   else
  1732.     hidespecifics
  1733.     show cd btn mask
  1734.     set hilite of me to false
  1735.     set hilite of  btn "Manufacturing" to false
  1736.     set hilite of  btn "Engineering" to false
  1737.     Zapline 28
  1738.     zapline 29
  1739.   end if
  1740.   unlock screen
  1741. end mouseUp
  1742.  
  1743.  
  1744.  
  1745. -- part 43 (field)
  1746. -- low flags: 01
  1747. -- high flags: 0000
  1748. -- rect: left=161 top=192 right=212 bottom=494
  1749. -- title width / last selected line: 0
  1750. -- icon id / first selected line: 0 / 0
  1751. -- text alignment: 0
  1752. -- font id: 3
  1753. -- text size: 12
  1754. -- style flags: 0
  1755. -- line height: 16
  1756. -- part name: Label2
  1757.  
  1758.  
  1759. -- part 78 (button)
  1760. -- low flags: 80
  1761. -- high flags: 0000
  1762. -- rect: left=0 top=0 right=342 bottom=512
  1763. -- title width / last selected line: 0
  1764. -- icon id / first selected line: 0 / 0
  1765. -- text alignment: 1
  1766. -- font id: 0
  1767. -- text size: 12
  1768. -- style flags: 0
  1769. -- line height: 16
  1770. -- part name: bigmask
  1771. ----- HyperTalk script -----
  1772. on mouseUp
  1773.   beep
  1774. end mouseUp
  1775.  
  1776.  
  1777.  
  1778. -- part 79 (button)
  1779. -- low flags: 80
  1780. -- high flags: 0004
  1781. -- rect: left=154 top=32 right=327 bottom=496
  1782. -- title width / last selected line: 0
  1783. -- icon id / first selected line: 0 / 0
  1784. -- text alignment: 1
  1785. -- font id: 0
  1786. -- text size: 12
  1787. -- style flags: 0
  1788. -- line height: 16
  1789. -- part name: backmask
  1790.  
  1791.  
  1792. -- part 32 (button)
  1793. -- low flags: 00
  1794. -- high flags: 0000
  1795. -- rect: left=130 top=174 right=205 bottom=163
  1796. -- title width / last selected line: 0
  1797. -- icon id / first selected line: 27081 / 27081
  1798. -- text alignment: 1
  1799. -- font id: 0
  1800. -- text size: 12
  1801. -- style flags: 0
  1802. -- line height: 16
  1803. -- part name: groupPointer
  1804.  
  1805.  
  1806. -- part 77 (button)
  1807. -- low flags: 00
  1808. -- high flags: 0001
  1809. -- rect: left=164 top=190 right=210 bottom=493
  1810. -- title width / last selected line: 0
  1811. -- icon id / first selected line: 0 / 0
  1812. -- text alignment: 1
  1813. -- font id: 0
  1814. -- text size: 12
  1815. -- style flags: 0
  1816. -- line height: 16
  1817. -- part name: mask
  1818.  
  1819.  
  1820. -- part 80 (field)
  1821. -- low flags: 81
  1822. -- high flags: 2007
  1823. -- rect: left=176 top=78 right=293 bottom=468
  1824. -- title width / last selected line: 0
  1825. -- icon id / first selected line: 0 / 0
  1826. -- text alignment: 0
  1827. -- font id: 0
  1828. -- text size: 12
  1829. -- style flags: 0
  1830. -- line height: 16
  1831. -- part name: sfware
  1832. ----- HyperTalk script -----
  1833. on mouseUp
  1834.   get the clickLoc
  1835.   get item 2 of it - (top of me)
  1836.   get it + (scroll of me)
  1837.   put (it div (textheight of me)) + 1 into lineNum
  1838.   get line lineNum of me
  1839.   if it = empty then exit mouseUp
  1840.   lock screen
  1841.   get char 1 of line lineNum of me
  1842.   if it = "¬£"
  1843.   then
  1844.   put "‚Ñ¢" into char 1 of line lineNum of me
  1845. else
  1846.   put "¬£" into char 1 of line lineNum of me
  1847. end if
  1848. --
  1849. get offset("¬£",me)
  1850. if it ‚↠0 then
  1851.   show cd btn done
  1852.   hide cd btn 46
  1853. else show cd btn 46  --dimmed done
  1854. end mouseUp
  1855.  
  1856.  
  1857.  
  1858. -- part 81 (button)
  1859. -- low flags: 80
  1860. -- high flags: A004
  1861. -- rect: left=422 top=299 right=320 bottom=472
  1862. -- title width / last selected line: 0
  1863. -- icon id / first selected line: 0 / 0
  1864. -- text alignment: 1
  1865. -- font id: 0
  1866. -- text size: 12
  1867. -- style flags: 0
  1868. -- line height: 16
  1869. -- part name: Done
  1870. ----- HyperTalk script -----
  1871. on mouseUp
  1872.   global gtheLine,gwhichone,gwhichfield,gOther
  1873.   lock screen
  1874.   put false into checkme
  1875.   put cd fld gwhichone into thelist
  1876.   if gwhichone is "sfware" then
  1877.     put "allsfware"& gtheline into temp
  1878.     put cd fld allsfware into cd fld temp
  1879.     if line gtheline of cd fld sflist contains "Other" then
  1880.       delete first item of line gtheline of cd fld sflist
  1881.     end if
  1882.     repeat with i = 1 to the number of lines in thelist
  1883.       set cursor to busy
  1884.       put line i  of thelist &"," after newlist
  1885.       if first char of line i of thelist is "¬£" then put true into checkme
  1886.     end repeat
  1887.     put newlist into line gtheLine of cd fld sflist
  1888.     --put 0 into line gtheline of cd fld "showing"
  1889.   else
  1890.     zapline gtheline
  1891.     if line gtheline of cd fld sflist contains "Other" then delete first item of line gtheline of cd fld sflist
  1892.     put "Other" && gOther & "," before line gtheline of cd fld "sflist"
  1893.     repeat with i = 1 to the number of lines in thelist
  1894.       set cursor to busy
  1895.       if first char of line i of thelist is "¬£" then
  1896.         put true into checkme
  1897.         exit repeat
  1898.       end if
  1899.     end repeat
  1900.     set scroll of cd fld gwhichone to 0
  1901.     -- put 1 into line gtheline of cd fld "showing"
  1902.   end if
  1903.   put thelist into cd fld gwhichone
  1904.   --if checkme then set hilite of cd btn gtheLine to true
  1905.   --else set hilite of cd btn gtheLine to false
  1906.   HideShow gwhichfield
  1907.   unlock screen
  1908. end mouseUp
  1909.  
  1910.  
  1911.  
  1912. -- part 82 (button)
  1913. -- low flags: 80
  1914. -- high flags: A004
  1915. -- rect: left=352 top=299 right=320 bottom=412
  1916. -- title width / last selected line: 0
  1917. -- icon id / first selected line: 0 / 0
  1918. -- text alignment: 1
  1919. -- font id: 0
  1920. -- text size: 12
  1921. -- style flags: 0
  1922. -- line height: 16
  1923. -- part name: Cancel
  1924. ----- HyperTalk script -----
  1925. on mouseUp
  1926.   global gwhichfield
  1927.   Hideshow gwhichfield
  1928. end mouseUp
  1929.  
  1930.  
  1931.  
  1932. -- part 83 (button)
  1933. -- low flags: 80
  1934. -- high flags: A004
  1935. -- rect: left=286 top=299 right=320 bottom=341
  1936. -- title width / last selected line: 0
  1937. -- icon id / first selected line: 0 / 0
  1938. -- text alignment: 1
  1939. -- font id: 0
  1940. -- text size: 12
  1941. -- style flags: 0
  1942. -- line height: 16
  1943. -- part name: Reset
  1944. ----- HyperTalk script -----
  1945.  
  1946. on mouseUp
  1947.   global gWhichOne
  1948.   lock screen
  1949.   set cursor to watch
  1950.   put cd fld gWhichOne into thelist
  1951.   put 1 into start
  1952.   repeat
  1953.     get offset("¬£",char start to the number of chars in thelist of thelist)
  1954.     if it is 0 then exit repeat
  1955.     else put "‚Ñ¢" into char it + start - 1 of thelist
  1956.     put it into start
  1957.   end repeat
  1958.   put thelist into cd fld gwhichone
  1959.   unlock screen
  1960. end mouseUp
  1961.  
  1962.  
  1963.  
  1964. -- part 84 (field)
  1965. -- low flags: 81
  1966. -- high flags: 0007
  1967. -- rect: left=0 top=0 right=342 bottom=512
  1968. -- title width / last selected line: 0
  1969. -- icon id / first selected line: 0 / 0
  1970. -- text alignment: 0
  1971. -- font id: 3
  1972. -- text size: 9
  1973. -- style flags: 0
  1974. -- line height: 12
  1975. -- part name: sflist
  1976.  
  1977.  
  1978. -- part 87 (button)
  1979. -- low flags: 80
  1980. -- high flags: A004
  1981. -- rect: left=177 top=299 right=320 bottom=275
  1982. -- title width / last selected line: 0
  1983. -- icon id / first selected line: 0 / 0
  1984. -- text alignment: 1
  1985. -- font id: 0
  1986. -- text size: 12
  1987. -- style flags: 0
  1988. -- line height: 16
  1989. -- part name: All Software
  1990. ----- HyperTalk script -----
  1991. on mouseUp
  1992.   global gwhichOne,gwhichfield
  1993.   lock screen
  1994.   show cd btn "Prev list"
  1995.   put "allsfware" & gwhichfield into temp
  1996.   show cd fld temp
  1997.   put temp into gwhichOne
  1998.   unlock screen
  1999. end mouseUp
  2000.  
  2001.  
  2002.  
  2003. -- part 89 (button)
  2004. -- low flags: 80
  2005. -- high flags: A004
  2006. -- rect: left=177 top=299 right=320 bottom=275
  2007. -- title width / last selected line: 0
  2008. -- icon id / first selected line: 0 / 0
  2009. -- text alignment: 1
  2010. -- font id: 0
  2011. -- text size: 12
  2012. -- style flags: 0
  2013. -- line height: 16
  2014. -- part name: Prev List
  2015. ----- HyperTalk script -----
  2016. on mouseUp
  2017.   global gwhichone,gwhichfield,gtheline
  2018.   put "sfware" into gwhichone
  2019.   lock screen
  2020.   put "allsfware" & gwhichfield into temp
  2021.   hide cd fld temp
  2022.   hide me
  2023.   unlock screen
  2024. end mouseUp
  2025.  
  2026.  
  2027.  
  2028. -- part 90 (field)
  2029. -- low flags: 80
  2030. -- high flags: 2007
  2031. -- rect: left=0 top=0 right=342 bottom=512
  2032. -- title width / last selected line: 0
  2033. -- icon id / first selected line: 0 / 0
  2034. -- text alignment: 0
  2035. -- font id: 3
  2036. -- text size: 9
  2037. -- style flags: 0
  2038. -- line height: 12
  2039. -- part name: allsfware
  2040. ----- HyperTalk script -----
  2041. on mouseUp
  2042.   get the clickLoc
  2043.   get item 2 of it - (top of me)
  2044.   get it + (scroll of me)
  2045.   put (it div (textheight of me)) + 1 into lineNum
  2046.   get line lineNum of me
  2047.   if it = empty then exit mouseUp
  2048.   lock screen
  2049.   get char 1 of line lineNum of me
  2050.   if it = "¬£"
  2051.   then
  2052.   put "‚Ñ¢" into char 1 of line lineNum of me
  2053. else
  2054.   put "¬£" into char 1 of line lineNum of me
  2055. end if
  2056. --
  2057. put false into showbtn                 -- in case there's none
  2058. repeat with i = 1 to the number of lines in cd fld "sfware"
  2059.   get char 1 of line i of me
  2060.   put it = "¬£" into showbtn
  2061.   if showbtn then exit repeat
  2062. end repeat
  2063. --set visible of cd btn "OK" to showbtn
  2064. end mouseUp
  2065.  
  2066.  
  2067.  
  2068. -- part 92 (field)
  2069. -- low flags: 81
  2070. -- high flags: 2007
  2071. -- rect: left=176 top=78 right=293 bottom=468
  2072. -- title width / last selected line: 0
  2073. -- icon id / first selected line: 0 / 0
  2074. -- text alignment: 0
  2075. -- font id: 0
  2076. -- text size: 12
  2077. -- style flags: 0
  2078. -- line height: 16
  2079. -- part name: allsfware1
  2080. ----- HyperTalk script -----
  2081. on mouseUp
  2082.   global gOther
  2083.   get the clickLoc
  2084.   get item 2 of it - (top of me)
  2085.   get it + (scroll of me)
  2086.   put (it div (textheight of me)) + 1 into lineNum
  2087.   get line lineNum of me
  2088.   put it into temp
  2089.   delete first char of temp
  2090.   if it = empty then exit mouseUp
  2091.   lock screen
  2092.   get char 1 of line lineNum of me
  2093.   if it = "¬£"
  2094.   then
  2095.   put "‚Ñ¢" into char 1 of line lineNum of me
  2096. else
  2097.   put "¬£" into char 1 of line lineNum of me
  2098.   if temp = "Other" then
  2099.     ask "Enter application name."
  2100.     if it is not empty then
  2101.       put " (" & it & ")" into gOther
  2102.     else
  2103.       put "‚Ñ¢" into char 1 of line lineNum of me
  2104.     end if
  2105.   end if
  2106. end if
  2107. --
  2108. get offset("¬£",me)
  2109. if it ‚↠0 then
  2110.   show cd btn done
  2111.   hide cd btn 46
  2112. else show cd btn 46  --dimmed done
  2113. end mouseUp
  2114.  
  2115.  
  2116.  
  2117. -- part 93 (field)
  2118. -- low flags: 81
  2119. -- high flags: 2007
  2120. -- rect: left=176 top=78 right=293 bottom=468
  2121. -- title width / last selected line: 0
  2122. -- icon id / first selected line: 0 / 0
  2123. -- text alignment: 0
  2124. -- font id: 0
  2125. -- text size: 12
  2126. -- style flags: 0
  2127. -- line height: 16
  2128. -- part name: allsfware2
  2129. ----- HyperTalk script -----
  2130. on mouseUp
  2131.   global gOther
  2132.   get the clickLoc
  2133.   get item 2 of it - (top of me)
  2134.   get it + (scroll of me)
  2135.   put (it div (textheight of me)) + 1 into lineNum
  2136.   get line lineNum of me
  2137.   put it into temp
  2138.   delete first char of temp
  2139.   if it = empty then exit mouseUp
  2140.   lock screen
  2141.   get char 1 of line lineNum of me
  2142.   if it = "¬£"
  2143.   then
  2144.   put "‚Ñ¢" into char 1 of line lineNum of me
  2145. else
  2146.   put "¬£" into char 1 of line lineNum of me
  2147.   if temp = "Other" then
  2148.     ask "Enter application name."
  2149.     if it is not empty then
  2150.       put " (" & it & ")" into gOther
  2151.     else
  2152.       put "‚Ñ¢" into char 1 of line lineNum of me
  2153.     end if
  2154.   end if
  2155. end if
  2156. --
  2157. get offset("¬£",me)
  2158. if it ‚↠0 then
  2159.   show cd btn done
  2160.   hide cd btn 46
  2161. else show cd btn 46  --dimmed done
  2162. end mouseUp
  2163.  
  2164.  
  2165.  
  2166. -- part 94 (field)
  2167. -- low flags: 81
  2168. -- high flags: 2007
  2169. -- rect: left=176 top=78 right=293 bottom=468
  2170. -- title width / last selected line: 0
  2171. -- icon id / first selected line: 0 / 0
  2172. -- text alignment: 0
  2173. -- font id: 0
  2174. -- text size: 12
  2175. -- style flags: 0
  2176. -- line height: 16
  2177. -- part name: allsfware3
  2178. ----- HyperTalk script -----
  2179. on mouseUp
  2180.   global gOther
  2181.   get the clickLoc
  2182.   get item 2 of it - (top of me)
  2183.   get it + (scroll of me)
  2184.   put (it div (textheight of me)) + 1 into lineNum
  2185.   get line lineNum of me
  2186.   put it into temp
  2187.   delete first char of temp
  2188.   if it = empty then exit mouseUp
  2189.   lock screen
  2190.   get char 1 of line lineNum of me
  2191.   if it = "¬£"
  2192.   then
  2193.   put "‚Ñ¢" into char 1 of line lineNum of me
  2194. else
  2195.   put "¬£" into char 1 of line lineNum of me
  2196.   if temp = "Other" then
  2197.     ask "Enter application name."
  2198.     if it is not empty then
  2199.       put " (" & it & ")" into gOther
  2200.     else
  2201.       put "‚Ñ¢" into char 1 of line lineNum of me
  2202.     end if
  2203.   end if
  2204. end if
  2205. --
  2206. get offset("¬£",me)
  2207. if it ‚↠0 then
  2208.   show cd btn done
  2209.   hide cd btn 46
  2210. else show cd btn 46  --dimmed done
  2211. end mouseUp
  2212.  
  2213.  
  2214.  
  2215. -- part 95 (field)
  2216. -- low flags: 81
  2217. -- high flags: 2007
  2218. -- rect: left=176 top=78 right=293 bottom=468
  2219. -- title width / last selected line: 0
  2220. -- icon id / first selected line: 0 / 0
  2221. -- text alignment: 0
  2222. -- font id: 0
  2223. -- text size: 12
  2224. -- style flags: 0
  2225. -- line height: 16
  2226. -- part name: allsfware4
  2227. ----- HyperTalk script -----
  2228. on mouseUp
  2229.   global gOther
  2230.   get the clickLoc
  2231.   get item 2 of it - (top of me)
  2232.   get it + (scroll of me)
  2233.   put (it div (textheight of me)) + 1 into lineNum
  2234.   get line lineNum of me
  2235.   put it into temp
  2236.   delete first char of temp
  2237.   if it = empty then exit mouseUp
  2238.   lock screen
  2239.   get char 1 of line lineNum of me
  2240.   if it = "¬£"
  2241.   then
  2242.   put "‚Ñ¢" into char 1 of line lineNum of me
  2243. else
  2244.   put "¬£" into char 1 of line lineNum of me
  2245.   if temp = "Other" then
  2246.     ask "Enter application name."
  2247.     if it is not empty then
  2248.       put " (" & it & ")" into gOther
  2249.     else
  2250.       put "‚Ñ¢" into char 1 of line lineNum of me
  2251.     end if
  2252.   end if
  2253. end if
  2254. --
  2255. get offset("¬£",me)
  2256. if it ‚↠0 then
  2257.   show cd btn done
  2258.   hide cd btn 46
  2259. else show cd btn 46  --dimmed done
  2260. end mouseUp
  2261.  
  2262.  
  2263.  
  2264. -- part 96 (field)
  2265. -- low flags: 81
  2266. -- high flags: 2007
  2267. -- rect: left=176 top=78 right=293 bottom=468
  2268. -- title width / last selected line: 0
  2269. -- icon id / first selected line: 0 / 0
  2270. -- text alignment: 0
  2271. -- font id: 0
  2272. -- text size: 12
  2273. -- style flags: 0
  2274. -- line height: 16
  2275. -- part name: allsfware5
  2276. ----- HyperTalk script -----
  2277. on mouseUp
  2278.   global gOther
  2279.   get the clickLoc
  2280.   get item 2 of it - (top of me)
  2281.   get it + (scroll of me)
  2282.   put (it div (textheight of me)) + 1 into lineNum
  2283.   get line lineNum of me
  2284.   put it into temp
  2285.   delete first char of temp
  2286.   if it = empty then exit mouseUp
  2287.   lock screen
  2288.   get char 1 of line lineNum of me
  2289.   if it = "¬£"
  2290.   then
  2291.   put "‚Ñ¢" into char 1 of line lineNum of me
  2292. else
  2293.   put "¬£" into char 1 of line lineNum of me
  2294.   if temp = "Other" then
  2295.     ask "Enter application name."
  2296.     if it is not empty then
  2297.       put " (" & it & ")" into gOther
  2298.     else
  2299.       put "‚Ñ¢" into char 1 of line lineNum of me
  2300.     end if
  2301.   end if
  2302. end if
  2303. --
  2304. get offset("¬£",me)
  2305. if it ‚↠0 then
  2306.   show cd btn done
  2307.   hide cd btn 46
  2308. else show cd btn 46  --dimmed done
  2309. end mouseUp
  2310.  
  2311.  
  2312.  
  2313. -- part 97 (field)
  2314. -- low flags: 81
  2315. -- high flags: 2007
  2316. -- rect: left=176 top=78 right=293 bottom=468
  2317. -- title width / last selected line: 0
  2318. -- icon id / first selected line: 0 / 0
  2319. -- text alignment: 0
  2320. -- font id: 0
  2321. -- text size: 12
  2322. -- style flags: 0
  2323. -- line height: 16
  2324. -- part name: allsfware6
  2325. ----- HyperTalk script -----
  2326. on mouseUp
  2327.   global gOther
  2328.   get the clickLoc
  2329.   get item 2 of it - (top of me)
  2330.   get it + (scroll of me)
  2331.   put (it div (textheight of me)) + 1 into lineNum
  2332.   get line lineNum of me
  2333.   put it into temp
  2334.   delete first char of temp
  2335.   if it = empty then exit mouseUp
  2336.   lock screen
  2337.   get char 1 of line lineNum of me
  2338.   if it = "¬£"
  2339.   then
  2340.   put "‚Ñ¢" into char 1 of line lineNum of me
  2341. else
  2342.   put "¬£" into char 1 of line lineNum of me
  2343.   if temp = "Other" then
  2344.     ask "Enter application name."
  2345.     if it is not empty then
  2346.       put " (" & it & ")" into gOther
  2347.     else
  2348.       put "‚Ñ¢" into char 1 of line lineNum of me
  2349.     end if
  2350.   end if
  2351. end if
  2352. --
  2353. get offset("¬£",me)
  2354. if it ‚↠0 then
  2355.   show cd btn done
  2356.   hide cd btn 46
  2357. else show cd btn 46  --dimmed done
  2358. end mouseUp
  2359.  
  2360.  
  2361.  
  2362. -- part 98 (field)
  2363. -- low flags: 81
  2364. -- high flags: 2007
  2365. -- rect: left=176 top=78 right=293 bottom=468
  2366. -- title width / last selected line: 0
  2367. -- icon id / first selected line: 0 / 0
  2368. -- text alignment: 0
  2369. -- font id: 0
  2370. -- text size: 12
  2371. -- style flags: 0
  2372. -- line height: 16
  2373. -- part name: allsfware7
  2374. ----- HyperTalk script -----
  2375. on mouseUp
  2376.   global gOther
  2377.   get the clickLoc
  2378.   get item 2 of it - (top of me)
  2379.   get it + (scroll of me)
  2380.   put (it div (textheight of me)) + 1 into lineNum
  2381.   get line lineNum of me
  2382.   put it into temp
  2383.   delete first char of temp
  2384.   if it = empty then exit mouseUp
  2385.   lock screen
  2386.   get char 1 of line lineNum of me
  2387.   if it = "¬£"
  2388.   then
  2389.   put "‚Ñ¢" into char 1 of line lineNum of me
  2390. else
  2391.   put "¬£" into char 1 of line lineNum of me
  2392.   if temp = "Other" then
  2393.     ask "Enter application name."
  2394.     if it is not empty then
  2395.       put " (" & it & ")" into gOther
  2396.     else
  2397.       put "‚Ñ¢" into char 1 of line lineNum of me
  2398.     end if
  2399.   end if
  2400. end if
  2401. --
  2402. get offset("¬£",me)
  2403. if it ‚↠0 then
  2404.   show cd btn done
  2405.   hide cd btn 46
  2406. else show cd btn 46  --dimmed done
  2407. end mouseUp
  2408.  
  2409.  
  2410.  
  2411. -- part 99 (field)
  2412. -- low flags: 81
  2413. -- high flags: 2007
  2414. -- rect: left=176 top=78 right=293 bottom=468
  2415. -- title width / last selected line: 0
  2416. -- icon id / first selected line: 0 / 0
  2417. -- text alignment: 0
  2418. -- font id: 0
  2419. -- text size: 12
  2420. -- style flags: 0
  2421. -- line height: 16
  2422. -- part name: allsfware8
  2423. ----- HyperTalk script -----
  2424. on mouseUp
  2425.   global gOther
  2426.   get the clickLoc
  2427.   get item 2 of it - (top of me)
  2428.   get it + (scroll of me)
  2429.   put (it div (textheight of me)) + 1 into lineNum
  2430.   get line lineNum of me
  2431.   put it into temp
  2432.   delete first char of temp
  2433.   if it = empty then exit mouseUp
  2434.   lock screen
  2435.   get char 1 of line lineNum of me
  2436.   if it = "¬£"
  2437.   then
  2438.   put "‚Ñ¢" into char 1 of line lineNum of me
  2439. else
  2440.   put "¬£" into char 1 of line lineNum of me
  2441.   if temp = "Other" then
  2442.     ask "Enter application name."
  2443.     if it is not empty then
  2444.       put " (" & it & ")" into gOther
  2445.     else
  2446.       put "‚Ñ¢" into char 1 of line lineNum of me
  2447.     end if
  2448.   end if
  2449. end if
  2450. --
  2451. get offset("¬£",me)
  2452. if it ‚↠0 then
  2453.   show cd btn done
  2454.   hide cd btn 46
  2455. else show cd btn 46  --dimmed done
  2456. end mouseUp
  2457.  
  2458.  
  2459.  
  2460. -- part 100 (field)
  2461. -- low flags: 81
  2462. -- high flags: 2007
  2463. -- rect: left=176 top=78 right=293 bottom=468
  2464. -- title width / last selected line: 0
  2465. -- icon id / first selected line: 0 / 0
  2466. -- text alignment: 0
  2467. -- font id: 0
  2468. -- text size: 12
  2469. -- style flags: 0
  2470. -- line height: 16
  2471. -- part name: allsfware9
  2472. ----- HyperTalk script -----
  2473. on mouseUp
  2474.   global gOther
  2475.   get the clickLoc
  2476.   get item 2 of it - (top of me)
  2477.   get it + (scroll of me)
  2478.   put (it div (textheight of me)) + 1 into lineNum
  2479.   get line lineNum of me
  2480.   put it into temp
  2481.   delete first char of temp
  2482.   if it = empty then exit mouseUp
  2483.   lock screen
  2484.   get char 1 of line lineNum of me
  2485.   if it = "¬£"
  2486.   then
  2487.   put "‚Ñ¢" into char 1 of line lineNum of me
  2488. else
  2489.   put "¬£" into char 1 of line lineNum of me
  2490.   if temp = "Other" then
  2491.     ask "Enter application name."
  2492.     if it is not empty then
  2493.       put " (" & it & ")" into gOther
  2494.     else
  2495.       put "‚Ñ¢" into char 1 of line lineNum of me
  2496.     end if
  2497.   end if
  2498. end if
  2499. --
  2500. get offset("¬£",me)
  2501. if it ‚↠0 then
  2502.   show cd btn done
  2503.   hide cd btn 46
  2504. else show cd btn 46  --dimmed done
  2505. end mouseUp
  2506.  
  2507.  
  2508.  
  2509. -- part 101 (field)
  2510. -- low flags: 81
  2511. -- high flags: 2007
  2512. -- rect: left=176 top=78 right=293 bottom=468
  2513. -- title width / last selected line: 0
  2514. -- icon id / first selected line: 0 / 0
  2515. -- text alignment: 0
  2516. -- font id: 0
  2517. -- text size: 12
  2518. -- style flags: 0
  2519. -- line height: 16
  2520. -- part name: allsfware10
  2521. ----- HyperTalk script -----
  2522. on mouseUp
  2523.   global gOther
  2524.   get the clickLoc
  2525.   get item 2 of it - (top of me)
  2526.   get it + (scroll of me)
  2527.   put (it div (textheight of me)) + 1 into lineNum
  2528.   get line lineNum of me
  2529.   put it into temp
  2530.   delete first char of temp
  2531.   if it = empty then exit mouseUp
  2532.   lock screen
  2533.   get char 1 of line lineNum of me
  2534.   if it = "¬£"
  2535.   then
  2536.   put "‚Ñ¢" into char 1 of line lineNum of me
  2537. else
  2538.   put "¬£" into char 1 of line lineNum of me
  2539.   if temp = "Other" then
  2540.     ask "Enter application name."
  2541.     if it is not empty then
  2542.       put " (" & it & ")" into gOther
  2543.     else
  2544.       put "‚Ñ¢" into char 1 of line lineNum of me
  2545.     end if
  2546.   end if
  2547. end if
  2548. --
  2549. get offset("¬£",me)
  2550. if it ‚↠0 then
  2551.   show cd btn done
  2552.   hide cd btn 46
  2553. else show cd btn 46  --dimmed done
  2554. end mouseUp
  2555.  
  2556.  
  2557.  
  2558. -- part 102 (field)
  2559. -- low flags: 81
  2560. -- high flags: 2007
  2561. -- rect: left=176 top=78 right=293 bottom=468
  2562. -- title width / last selected line: 0
  2563. -- icon id / first selected line: 0 / 0
  2564. -- text alignment: 0
  2565. -- font id: 0
  2566. -- text size: 12
  2567. -- style flags: 0
  2568. -- line height: 16
  2569. -- part name: allsfware11
  2570. ----- HyperTalk script -----
  2571. on mouseUp
  2572.   global gOther
  2573.   get the clickLoc
  2574.   get item 2 of it - (top of me)
  2575.   get it + (scroll of me)
  2576.   put (it div (textheight of me)) + 1 into lineNum
  2577.   get line lineNum of me
  2578.   put it into temp
  2579.   delete first char of temp
  2580.   if it = empty then exit mouseUp
  2581.   lock screen
  2582.   get char 1 of line lineNum of me
  2583.   if it = "¬£"
  2584.   then
  2585.   put "‚Ñ¢" into char 1 of line lineNum of me
  2586. else
  2587.   put "¬£" into char 1 of line lineNum of me
  2588.   if temp = "Other" then
  2589.     ask "Enter application name."
  2590.     if it is not empty then
  2591.       put " (" & it & ")" into gOther
  2592.     else
  2593.       put "‚Ñ¢" into char 1 of line lineNum of me
  2594.     end if
  2595.   end if
  2596. end if
  2597. --
  2598. get offset("¬£",me)
  2599. if it ‚↠0 then
  2600.   show cd btn done
  2601.   hide cd btn 46
  2602. else show cd btn 46  --dimmed done
  2603. end mouseUp
  2604.  
  2605.  
  2606.  
  2607. -- part 103 (field)
  2608. -- low flags: 81
  2609. -- high flags: 2007
  2610. -- rect: left=176 top=78 right=293 bottom=468
  2611. -- title width / last selected line: 0
  2612. -- icon id / first selected line: 0 / 0
  2613. -- text alignment: 0
  2614. -- font id: 0
  2615. -- text size: 12
  2616. -- style flags: 0
  2617. -- line height: 16
  2618. -- part name: allsfware12
  2619. ----- HyperTalk script -----
  2620. on mouseUp
  2621.   global gOther
  2622.   get the clickLoc
  2623.   get item 2 of it - (top of me)
  2624.   get it + (scroll of me)
  2625.   put (it div (textheight of me)) + 1 into lineNum
  2626.   get line lineNum of me
  2627.   put it into temp
  2628.   delete first char of temp
  2629.   if it = empty then exit mouseUp
  2630.   lock screen
  2631.   get char 1 of line lineNum of me
  2632.   if it = "¬£"
  2633.   then
  2634.   put "‚Ñ¢" into char 1 of line lineNum of me
  2635. else
  2636.   put "¬£" into char 1 of line lineNum of me
  2637.   if temp = "Other" then
  2638.     ask "Enter application name."
  2639.     if it is not empty then
  2640.       put " (" & it & ")" into gOther
  2641.     else
  2642.       put "‚Ñ¢" into char 1 of line lineNum of me
  2643.     end if
  2644.   end if
  2645. end if
  2646. --
  2647. get offset("¬£",me)
  2648. if it ‚↠0 then
  2649.   show cd btn done
  2650.   hide cd btn 46
  2651. else show cd btn 46  --dimmed done
  2652. end mouseUp
  2653.  
  2654.  
  2655.  
  2656. -- part 104 (field)
  2657. -- low flags: 81
  2658. -- high flags: 2007
  2659. -- rect: left=176 top=78 right=293 bottom=468
  2660. -- title width / last selected line: 0
  2661. -- icon id / first selected line: 0 / 0
  2662. -- text alignment: 0
  2663. -- font id: 0
  2664. -- text size: 12
  2665. -- style flags: 0
  2666. -- line height: 16
  2667. -- part name: allsfware13
  2668. ----- HyperTalk script -----
  2669. on mouseUp
  2670.   global gOther
  2671.   get the clickLoc
  2672.   get item 2 of it - (top of me)
  2673.   get it + (scroll of me)
  2674.   put (it div (textheight of me)) + 1 into lineNum
  2675.   get line lineNum of me
  2676.   put it into temp
  2677.   delete first char of temp
  2678.   if it = empty then exit mouseUp
  2679.   lock screen
  2680.   get char 1 of line lineNum of me
  2681.   if it = "¬£"
  2682.   then
  2683.   put "‚Ñ¢" into char 1 of line lineNum of me
  2684. else
  2685.   put "¬£" into char 1 of line lineNum of me
  2686.   if temp = "Other" then
  2687.     ask "Enter application name."
  2688.     if it is not empty then
  2689.       put " (" & it & ")" into gOther
  2690.     else
  2691.       put "‚Ñ¢" into char 1 of line lineNum of me
  2692.     end if
  2693.   end if
  2694. end if
  2695. --
  2696. get offset("¬£",me)
  2697. if it ‚↠0 then
  2698.   show cd btn done
  2699.   hide cd btn 46
  2700. else show cd btn 46  --dimmed done
  2701. end mouseUp
  2702.  
  2703.  
  2704.  
  2705. -- part 105 (field)
  2706. -- low flags: 81
  2707. -- high flags: 2007
  2708. -- rect: left=176 top=78 right=293 bottom=468
  2709. -- title width / last selected line: 0
  2710. -- icon id / first selected line: 0 / 0
  2711. -- text alignment: 0
  2712. -- font id: 0
  2713. -- text size: 12
  2714. -- style flags: 0
  2715. -- line height: 16
  2716. -- part name: allsfware14
  2717. ----- HyperTalk script -----
  2718. on mouseUp
  2719.   global gOther
  2720.   get the clickLoc
  2721.   get item 2 of it - (top of me)
  2722.   get it + (scroll of me)
  2723.   put (it div (textheight of me)) + 1 into lineNum
  2724.   get line lineNum of me
  2725.   put it into temp
  2726.   delete first char of temp
  2727.   if it = empty then exit mouseUp
  2728.   lock screen
  2729.   get char 1 of line lineNum of me
  2730.   if it = "¬£"
  2731.   then
  2732.   put "‚Ñ¢" into char 1 of line lineNum of me
  2733. else
  2734.   put "¬£" into char 1 of line lineNum of me
  2735.   if temp = "Other" then
  2736.     ask "Enter application name."
  2737.     if it is not empty then
  2738.       put " (" & it & ")" into gOther
  2739.     else
  2740.       put "‚Ñ¢" into char 1 of line lineNum of me
  2741.     end if
  2742.   end if
  2743. end if
  2744. --
  2745. get offset("¬£",me)
  2746. if it ‚↠0 then
  2747.   show cd btn done
  2748.   hide cd btn 46
  2749. else show cd btn 46  --dimmed done
  2750. end mouseUp
  2751.  
  2752.  
  2753.  
  2754. -- part 106 (field)
  2755. -- low flags: 81
  2756. -- high flags: 2007
  2757. -- rect: left=176 top=78 right=293 bottom=468
  2758. -- title width / last selected line: 0
  2759. -- icon id / first selected line: 0 / 0
  2760. -- text alignment: 0
  2761. -- font id: 0
  2762. -- text size: 12
  2763. -- style flags: 0
  2764. -- line height: 16
  2765. -- part name: allsfware15
  2766. ----- HyperTalk script -----
  2767. on mouseUp
  2768.   global gOther
  2769.   get the clickLoc
  2770.   get item 2 of it - (top of me)
  2771.   get it + (scroll of me)
  2772.   put (it div (textheight of me)) + 1 into lineNum
  2773.   get line lineNum of me
  2774.   put it into temp
  2775.   delete first char of temp
  2776.   if it = empty then exit mouseUp
  2777.   lock screen
  2778.   get char 1 of line lineNum of me
  2779.   if it = "¬£"
  2780.   then
  2781.   put "‚Ñ¢" into char 1 of line lineNum of me
  2782. else
  2783.   put "¬£" into char 1 of line lineNum of me
  2784.   if temp = "Other" then
  2785.     ask "Enter application name."
  2786.     if it is not empty then
  2787.       put " (" & it & ")" into gOther
  2788.     else
  2789.       put "‚Ñ¢" into char 1 of line lineNum of me
  2790.     end if
  2791.   end if
  2792. end if
  2793. --
  2794. get offset("¬£",me)
  2795. if it ‚↠0 then
  2796.   show cd btn done
  2797.   hide cd btn 46
  2798. else show cd btn 46  --dimmed done
  2799. end mouseUp
  2800.  
  2801.  
  2802.  
  2803. -- part 107 (field)
  2804. -- low flags: 81
  2805. -- high flags: 2007
  2806. -- rect: left=176 top=78 right=293 bottom=468
  2807. -- title width / last selected line: 0
  2808. -- icon id / first selected line: 0 / 0
  2809. -- text alignment: 0
  2810. -- font id: 0
  2811. -- text size: 12
  2812. -- style flags: 0
  2813. -- line height: 16
  2814. -- part name: allsfware16
  2815. ----- HyperTalk script -----
  2816. on mouseUp
  2817.   global gOther
  2818.   get the clickLoc
  2819.   get item 2 of it - (top of me)
  2820.   get it + (scroll of me)
  2821.   put (it div (textheight of me)) + 1 into lineNum
  2822.   get line lineNum of me
  2823.   put it into temp
  2824.   delete first char of temp
  2825.   if it = empty then exit mouseUp
  2826.   lock screen
  2827.   get char 1 of line lineNum of me
  2828.   if it = "¬£"
  2829.   then
  2830.   put "‚Ñ¢" into char 1 of line lineNum of me
  2831. else
  2832.   put "¬£" into char 1 of line lineNum of me
  2833.   if temp = "Other" then
  2834.     ask "Enter application name."
  2835.     if it is not empty then
  2836.       put " (" & it & ")" into gOther
  2837.     else
  2838.       put "‚Ñ¢" into char 1 of line lineNum of me
  2839.     end if
  2840.   end if
  2841. end if
  2842. --
  2843. get offset("¬£",me)
  2844. if it ‚↠0 then
  2845.   show cd btn done
  2846.   hide cd btn 46
  2847. else show cd btn 46  --dimmed done
  2848. end mouseUp
  2849.  
  2850.  
  2851.  
  2852. -- part 108 (field)
  2853. -- low flags: 81
  2854. -- high flags: 2007
  2855. -- rect: left=176 top=78 right=293 bottom=468
  2856. -- title width / last selected line: 0
  2857. -- icon id / first selected line: 0 / 0
  2858. -- text alignment: 0
  2859. -- font id: 0
  2860. -- text size: 12
  2861. -- style flags: 0
  2862. -- line height: 16
  2863. -- part name: allsfware17
  2864. ----- HyperTalk script -----
  2865. on mouseUp
  2866.   global gOther
  2867.   get the clickLoc
  2868.   get item 2 of it - (top of me)
  2869.   get it + (scroll of me)
  2870.   put (it div (textheight of me)) + 1 into lineNum
  2871.   get line lineNum of me
  2872.   put it into temp
  2873.   delete first char of temp
  2874.   if it = empty then exit mouseUp
  2875.   lock screen
  2876.   get char 1 of line lineNum of me
  2877.   if it = "¬£"
  2878.   then
  2879.   put "‚Ñ¢" into char 1 of line lineNum of me
  2880. else
  2881.   put "¬£" into char 1 of line lineNum of me
  2882.   if temp = "Other" then
  2883.     ask "Enter application name."
  2884.     if it is not empty then
  2885.       put " (" & it & ")" into gOther
  2886.     else
  2887.       put "‚Ñ¢" into char 1 of line lineNum of me
  2888.     end if
  2889.   end if
  2890. end if
  2891. --
  2892. get offset("¬£",me)
  2893. if it ‚↠0 then
  2894.   show cd btn done
  2895.   hide cd btn 46
  2896. else show cd btn 46  --dimmed done
  2897. end mouseUp
  2898.  
  2899.  
  2900.  
  2901. -- part 109 (field)
  2902. -- low flags: 81
  2903. -- high flags: 2007
  2904. -- rect: left=176 top=78 right=293 bottom=468
  2905. -- title width / last selected line: 0
  2906. -- icon id / first selected line: 0 / 0
  2907. -- text alignment: 0
  2908. -- font id: 0
  2909. -- text size: 12
  2910. -- style flags: 0
  2911. -- line height: 16
  2912. -- part name: allsfware18
  2913. ----- HyperTalk script -----
  2914. on mouseUp
  2915.   global gOther
  2916.   get the clickLoc
  2917.   get item 2 of it - (top of me)
  2918.   get it + (scroll of me)
  2919.   put (it div (textheight of me)) + 1 into lineNum
  2920.   get line lineNum of me
  2921.   put it into temp
  2922.   delete first char of temp
  2923.   if it = empty then exit mouseUp
  2924.   lock screen
  2925.   get char 1 of line lineNum of me
  2926.   if it = "¬£"
  2927.   then
  2928.   put "‚Ñ¢" into char 1 of line lineNum of me
  2929. else
  2930.   put "¬£" into char 1 of line lineNum of me
  2931.   if temp = "Other" then
  2932.     ask "Enter application name."
  2933.     if it is not empty then
  2934.       put " (" & it & ")" into gOther
  2935.     else
  2936.       put "‚Ñ¢" into char 1 of line lineNum of me
  2937.     end if
  2938.   end if
  2939. end if
  2940. --
  2941. get offset("¬£",me)
  2942. if it ‚↠0 then
  2943.   show cd btn done
  2944.   hide cd btn 46
  2945. else show cd btn 46  --dimmed done
  2946. end mouseUp
  2947.  
  2948.  
  2949.  
  2950. -- part 110 (field)
  2951. -- low flags: 81
  2952. -- high flags: 2007
  2953. -- rect: left=176 top=78 right=293 bottom=468
  2954. -- title width / last selected line: 0
  2955. -- icon id / first selected line: 0 / 0
  2956. -- text alignment: 0
  2957. -- font id: 0
  2958. -- text size: 12
  2959. -- style flags: 0
  2960. -- line height: 16
  2961. -- part name: allsfware19
  2962. ----- HyperTalk script -----
  2963. on mouseUp
  2964.   global gOther
  2965.   get the clickLoc
  2966.   get item 2 of it - (top of me)
  2967.   get it + (scroll of me)
  2968.   put (it div (textheight of me)) + 1 into lineNum
  2969.   get line lineNum of me
  2970.   put it into temp
  2971.   delete first char of temp
  2972.   if it = empty then exit mouseUp
  2973.   lock screen
  2974.   get char 1 of line lineNum of me
  2975.   if it = "¬£"
  2976.   then
  2977.   put "‚Ñ¢" into char 1 of line lineNum of me
  2978. else
  2979.   put "¬£" into char 1 of line lineNum of me
  2980.   if temp = "Other" then
  2981.     ask "Enter application name."
  2982.     if it is not empty then
  2983.       put " (" & it & ")" into gOther
  2984.     else
  2985.       put "‚Ñ¢" into char 1 of line lineNum of me
  2986.     end if
  2987.   end if
  2988. end if
  2989. --
  2990. get offset("¬£",me)
  2991. if it ‚↠0 then
  2992.   show cd btn done
  2993.   hide cd btn 46
  2994. else show cd btn 46  --dimmed done
  2995. end mouseUp
  2996.  
  2997.  
  2998.  
  2999. -- part 111 (field)
  3000. -- low flags: 81
  3001. -- high flags: 2007
  3002. -- rect: left=176 top=78 right=293 bottom=468
  3003. -- title width / last selected line: 0
  3004. -- icon id / first selected line: 0 / 0
  3005. -- text alignment: 0
  3006. -- font id: 0
  3007. -- text size: 12
  3008. -- style flags: 0
  3009. -- line height: 16
  3010. -- part name: allsfware20
  3011. ----- HyperTalk script -----
  3012. on mouseUp
  3013.   global gOther
  3014.   get the clickLoc
  3015.   get item 2 of it - (top of me)
  3016.   get it + (scroll of me)
  3017.   put (it div (textheight of me)) + 1 into lineNum
  3018.   get line lineNum of me
  3019.   put it into temp
  3020.   delete first char of temp
  3021.   if it = empty then exit mouseUp
  3022.   lock screen
  3023.   get char 1 of line lineNum of me
  3024.   if it = "¬£"
  3025.   then
  3026.   put "‚Ñ¢" into char 1 of line lineNum of me
  3027. else
  3028.   put "¬£" into char 1 of line lineNum of me
  3029.   if temp = "Other" then
  3030.     ask "Enter application name."
  3031.     if it is not empty then
  3032.       put " (" & it & ")" into gOther
  3033.     else
  3034.       put "‚Ñ¢" into char 1 of line lineNum of me
  3035.     end if
  3036.   end if
  3037. end if
  3038. --
  3039. get offset("¬£",me)
  3040. if it ‚↠0 then
  3041.   show cd btn done
  3042.   hide cd btn 46
  3043. else show cd btn 46  --dimmed done
  3044. end mouseUp
  3045.  
  3046.  
  3047.  
  3048. -- part 129 (field)
  3049. -- low flags: 81
  3050. -- high flags: 2007
  3051. -- rect: left=176 top=78 right=293 bottom=468
  3052. -- title width / last selected line: 0
  3053. -- icon id / first selected line: 0 / 0
  3054. -- text alignment: 0
  3055. -- font id: 0
  3056. -- text size: 12
  3057. -- style flags: 0
  3058. -- line height: 16
  3059. -- part name: allsfware21
  3060. ----- HyperTalk script -----
  3061. on mouseUp
  3062.   global gOther
  3063.   get the clickLoc
  3064.   get item 2 of it - (top of me)
  3065.   get it + (scroll of me)
  3066.   put (it div (textheight of me)) + 1 into lineNum
  3067.   get line lineNum of me
  3068.   put it into temp
  3069.   delete first char of temp
  3070.   if it = empty then exit mouseUp
  3071.   lock screen
  3072.   get char 1 of line lineNum of me
  3073.   if it = "¬£"
  3074.   then
  3075.   put "‚Ñ¢" into char 1 of line lineNum of me
  3076. else
  3077.   put "¬£" into char 1 of line lineNum of me
  3078.   if temp = "Other" then
  3079.     ask "Enter application name."
  3080.     if it is not empty then
  3081.       put " (" & it & ")" into gOther
  3082.     else
  3083.       put "‚Ñ¢" into char 1 of line lineNum of me
  3084.     end if
  3085.   end if
  3086. end if
  3087. --
  3088. get offset("¬£",me)
  3089. if it ‚↠0 then
  3090.   show cd btn done
  3091.   hide cd btn 46
  3092. else show cd btn 46  --dimmed done
  3093. end mouseUp
  3094.  
  3095.  
  3096.  
  3097. -- part 130 (field)
  3098. -- low flags: 81
  3099. -- high flags: 2007
  3100. -- rect: left=176 top=78 right=293 bottom=468
  3101. -- title width / last selected line: 0
  3102. -- icon id / first selected line: 0 / 0
  3103. -- text alignment: 0
  3104. -- font id: 0
  3105. -- text size: 12
  3106. -- style flags: 0
  3107. -- line height: 16
  3108. -- part name: allsfware22
  3109. ----- HyperTalk script -----
  3110. on mouseUp
  3111.   global gOther
  3112.   get the clickLoc
  3113.   get item 2 of it - (top of me)
  3114.   get it + (scroll of me)
  3115.   put (it div (textheight of me)) + 1 into lineNum
  3116.   get line lineNum of me
  3117.   put it into temp
  3118.   delete first char of temp
  3119.   if it = empty then exit mouseUp
  3120.   lock screen
  3121.   get char 1 of line lineNum of me
  3122.   if it = "¬£"
  3123.   then
  3124.   put "‚Ñ¢" into char 1 of line lineNum of me
  3125. else
  3126.   put "¬£" into char 1 of line lineNum of me
  3127.   if temp = "Other" then
  3128.     ask "Enter application name."
  3129.     if it is not empty then
  3130.       put " (" & it & ")" into gOther
  3131.     else
  3132.       put "‚Ñ¢" into char 1 of line lineNum of me
  3133.     end if
  3134.   end if
  3135. end if
  3136. --
  3137. get offset("¬£",me)
  3138. if it ‚↠0 then
  3139.   show cd btn done
  3140.   hide cd btn 46
  3141. else show cd btn 46  --dimmed done
  3142. end mouseUp
  3143.  
  3144.  
  3145.  
  3146. -- part 131 (field)
  3147. -- low flags: 81
  3148. -- high flags: 2007
  3149. -- rect: left=176 top=78 right=293 bottom=468
  3150. -- title width / last selected line: 0
  3151. -- icon id / first selected line: 0 / 0
  3152. -- text alignment: 0
  3153. -- font id: 0
  3154. -- text size: 12
  3155. -- style flags: 0
  3156. -- line height: 16
  3157. -- part name: allsfware23
  3158. ----- HyperTalk script -----
  3159. on mouseUp
  3160.   global gOther
  3161.   get the clickLoc
  3162.   get item 2 of it - (top of me)
  3163.   get it + (scroll of me)
  3164.   put (it div (textheight of me)) + 1 into lineNum
  3165.   get line lineNum of me
  3166.   put it into temp
  3167.   delete first char of temp
  3168.   if it = empty then exit mouseUp
  3169.   lock screen
  3170.   get char 1 of line lineNum of me
  3171.   if it = "¬£"
  3172.   then
  3173.   put "‚Ñ¢" into char 1 of line lineNum of me
  3174. else
  3175.   put "¬£" into char 1 of line lineNum of me
  3176.   if temp = "Other" then
  3177.     ask "Enter application name."
  3178.     if it is not empty then
  3179.       put " (" & it & ")" into gOther
  3180.     else
  3181.       put "‚Ñ¢" into char 1 of line lineNum of me
  3182.     end if
  3183.   end if
  3184. end if
  3185. --
  3186. get offset("¬£",me)
  3187. if it ‚↠0 then
  3188.   show cd btn done
  3189.   hide cd btn 46
  3190. else show cd btn 46  --dimmed done
  3191. end mouseUp
  3192.  
  3193.  
  3194.  
  3195. -- part 132 (field)
  3196. -- low flags: 81
  3197. -- high flags: 2007
  3198. -- rect: left=176 top=78 right=293 bottom=468
  3199. -- title width / last selected line: 0
  3200. -- icon id / first selected line: 0 / 0
  3201. -- text alignment: 0
  3202. -- font id: 0
  3203. -- text size: 12
  3204. -- style flags: 0
  3205. -- line height: 16
  3206. -- part name: allsfware24
  3207. ----- HyperTalk script -----
  3208. on mouseUp
  3209.   global gOther
  3210.   get the clickLoc
  3211.   get item 2 of it - (top of me)
  3212.   get it + (scroll of me)
  3213.   put (it div (textheight of me)) + 1 into lineNum
  3214.   get line lineNum of me
  3215.   put it into temp
  3216.   delete first char of temp
  3217.   if it = empty then exit mouseUp
  3218.   lock screen
  3219.   get char 1 of line lineNum of me
  3220.   if it = "¬£"
  3221.   then
  3222.   put "‚Ñ¢" into char 1 of line lineNum of me
  3223. else
  3224.   put "¬£" into char 1 of line lineNum of me
  3225.   if temp = "Other" then
  3226.     ask "Enter application name."
  3227.     if it is not empty then
  3228.       put " (" & it & ")" into gOther
  3229.     else
  3230.       put "‚Ñ¢" into char 1 of line lineNum of me
  3231.     end if
  3232.   end if
  3233. end if
  3234. --
  3235. get offset("¬£",me)
  3236. if it ‚↠0 then
  3237.   show cd btn done
  3238.   hide cd btn 46
  3239. else show cd btn 46  --dimmed done
  3240. end mouseUp
  3241.  
  3242.  
  3243.  
  3244. -- part 133 (field)
  3245. -- low flags: 81
  3246. -- high flags: 2007
  3247. -- rect: left=176 top=78 right=293 bottom=468
  3248. -- title width / last selected line: 0
  3249. -- icon id / first selected line: 0 / 0
  3250. -- text alignment: 0
  3251. -- font id: 0
  3252. -- text size: 12
  3253. -- style flags: 0
  3254. -- line height: 16
  3255. -- part name: allsfware25
  3256. ----- HyperTalk script -----
  3257. on mouseUp
  3258.   global gOther
  3259.   get the clickLoc
  3260.   get item 2 of it - (top of me)
  3261.   get it + (scroll of me)
  3262.   put (it div (textheight of me)) + 1 into lineNum
  3263.   get line lineNum of me
  3264.   put it into temp
  3265.   delete first char of temp
  3266.   if it = empty then exit mouseUp
  3267.   lock screen
  3268.   get char 1 of line lineNum of me
  3269.   if it = "¬£"
  3270.   then
  3271.   put "‚Ñ¢" into char 1 of line lineNum of me
  3272. else
  3273.   put "¬£" into char 1 of line lineNum of me
  3274.   if temp = "Other" then
  3275.     ask "Enter application name."
  3276.     if it is not empty then
  3277.       put " (" & it & ")" into gOther
  3278.     else
  3279.       put "‚Ñ¢" into char 1 of line lineNum of me
  3280.     end if
  3281.   end if
  3282. end if
  3283. --
  3284. get offset("¬£",me)
  3285. if it ‚↠0 then
  3286.   show cd btn done
  3287.   hide cd btn 46
  3288. else show cd btn 46  --dimmed done
  3289. end mouseUp
  3290.  
  3291.  
  3292.  
  3293. -- part 134 (field)
  3294. -- low flags: 81
  3295. -- high flags: 2007
  3296. -- rect: left=176 top=78 right=293 bottom=468
  3297. -- title width / last selected line: 0
  3298. -- icon id / first selected line: 0 / 0
  3299. -- text alignment: 0
  3300. -- font id: 0
  3301. -- text size: 12
  3302. -- style flags: 0
  3303. -- line height: 16
  3304. -- part name: allsfware26
  3305. ----- HyperTalk script -----
  3306. on mouseUp
  3307.   global gOther
  3308.   get the clickLoc
  3309.   get item 2 of it - (top of me)
  3310.   get it + (scroll of me)
  3311.   put (it div (textheight of me)) + 1 into lineNum
  3312.   get line lineNum of me
  3313.   put it into temp
  3314.   delete first char of temp
  3315.   if it = empty then exit mouseUp
  3316.   lock screen
  3317.   get char 1 of line lineNum of me
  3318.   if it = "¬£"
  3319.   then
  3320.   put "‚Ñ¢" into char 1 of line lineNum of me
  3321. else
  3322.   put "¬£" into char 1 of line lineNum of me
  3323.   if temp = "Other" then
  3324.     ask "Enter application name."
  3325.     if it is not empty then
  3326.       put " (" & it & ")" into gOther
  3327.     else
  3328.       put "‚Ñ¢" into char 1 of line lineNum of me
  3329.     end if
  3330.   end if
  3331. end if
  3332. --
  3333. get offset("¬£",me)
  3334. if it ‚↠0 then
  3335.   show cd btn done
  3336.   hide cd btn 46
  3337. else show cd btn 46  --dimmed done
  3338. end mouseUp
  3339.  
  3340.  
  3341.  
  3342. -- part 135 (field)
  3343. -- low flags: 81
  3344. -- high flags: 2007
  3345. -- rect: left=176 top=78 right=293 bottom=468
  3346. -- title width / last selected line: 0
  3347. -- icon id / first selected line: 0 / 0
  3348. -- text alignment: 0
  3349. -- font id: 0
  3350. -- text size: 12
  3351. -- style flags: 0
  3352. -- line height: 16
  3353. -- part name: allsfware27
  3354. ----- HyperTalk script -----
  3355. on mouseUp
  3356.   global gOther
  3357.   get the clickLoc
  3358.   get item 2 of it - (top of me)
  3359.   get it + (scroll of me)
  3360.   put (it div (textheight of me)) + 1 into lineNum
  3361.   get line lineNum of me
  3362.   put it into temp
  3363.   delete first char of temp
  3364.   if it = empty then exit mouseUp
  3365.   lock screen
  3366.   get char 1 of line lineNum of me
  3367.   if it = "¬£"
  3368.   then
  3369.   put "‚Ñ¢" into char 1 of line lineNum of me
  3370. else
  3371.   put "¬£" into char 1 of line lineNum of me
  3372.   if temp = "Other" then
  3373.     ask "Enter application name."
  3374.     if it is not empty then
  3375.       put " (" & it & ")" into gOther
  3376.     else
  3377.       put "‚Ñ¢" into char 1 of line lineNum of me
  3378.     end if
  3379.   end if
  3380. end if
  3381. --
  3382. get offset("¬£",me)
  3383. if it ‚↠0 then
  3384.   show cd btn done
  3385.   hide cd btn 46
  3386. else show cd btn 46  --dimmed done
  3387. end mouseUp
  3388.  
  3389.  
  3390.  
  3391. -- part 136 (field)
  3392. -- low flags: 81
  3393. -- high flags: 2007
  3394. -- rect: left=176 top=78 right=293 bottom=468
  3395. -- title width / last selected line: 0
  3396. -- icon id / first selected line: 0 / 0
  3397. -- text alignment: 0
  3398. -- font id: 0
  3399. -- text size: 12
  3400. -- style flags: 0
  3401. -- line height: 16
  3402. -- part name: allsfware28
  3403. ----- HyperTalk script -----
  3404. on mouseUp
  3405.   global gOther
  3406.   get the clickLoc
  3407.   get item 2 of it - (top of me)
  3408.   get it + (scroll of me)
  3409.   put (it div (textheight of me)) + 1 into lineNum
  3410.   get line lineNum of me
  3411.   put it into temp
  3412.   delete first char of temp
  3413.   if it = empty then exit mouseUp
  3414.   lock screen
  3415.   get char 1 of line lineNum of me
  3416.   if it = "¬£"
  3417.   then
  3418.   put "‚Ñ¢" into char 1 of line lineNum of me
  3419. else
  3420.   put "¬£" into char 1 of line lineNum of me
  3421.   if temp = "Other" then
  3422.     ask "Enter application name."
  3423.     if it is not empty then
  3424.       put " (" & it & ")" into gOther
  3425.     else
  3426.       put "‚Ñ¢" into char 1 of line lineNum of me
  3427.     end if
  3428.   end if
  3429. end if
  3430. --
  3431. get offset("¬£",me)
  3432. if it ‚↠0 then
  3433.   show cd btn done
  3434.   hide cd btn 46
  3435. else show cd btn 46  --dimmed done
  3436. end mouseUp
  3437.  
  3438.  
  3439.  
  3440. -- part 137 (field)
  3441. -- low flags: 81
  3442. -- high flags: 2007
  3443. -- rect: left=176 top=78 right=293 bottom=468
  3444. -- title width / last selected line: 0
  3445. -- icon id / first selected line: 0 / 0
  3446. -- text alignment: 0
  3447. -- font id: 0
  3448. -- text size: 12
  3449. -- style flags: 0
  3450. -- line height: 16
  3451. -- part name: allsfware29
  3452. ----- HyperTalk script -----
  3453. on mouseUp
  3454.   global gOther
  3455.   get the clickLoc
  3456.   get item 2 of it - (top of me)
  3457.   get it + (scroll of me)
  3458.   put (it div (textheight of me)) + 1 into lineNum
  3459.   get line lineNum of me
  3460.   put it into temp
  3461.   delete first char of temp
  3462.   if it = empty then exit mouseUp
  3463.   lock screen
  3464.   get char 1 of line lineNum of me
  3465.   if it = "¬£"
  3466.   then
  3467.   put "‚Ñ¢" into char 1 of line lineNum of me
  3468. else
  3469.   put "¬£" into char 1 of line lineNum of me
  3470.   if temp = "Other" then
  3471.     ask "Enter application name."
  3472.     if it is not empty then
  3473.       put " (" & it & ")" into gOther
  3474.     else
  3475.       put "‚Ñ¢" into char 1 of line lineNum of me
  3476.     end if
  3477.   end if
  3478. end if
  3479. --
  3480. get offset("¬£",me)
  3481. if it ‚↠0 then
  3482.   show cd btn done
  3483.   hide cd btn 46
  3484. else show cd btn 46  --dimmed done
  3485. end mouseUp
  3486.  
  3487.  
  3488.  
  3489. -- part 138 (field)
  3490. -- low flags: 81
  3491. -- high flags: 2007
  3492. -- rect: left=21 top=63 right=292 bottom=317
  3493. -- title width / last selected line: 0
  3494. -- icon id / first selected line: 0 / 0
  3495. -- text alignment: 0
  3496. -- font id: 0
  3497. -- text size: 12
  3498. -- style flags: 0
  3499. -- line height: 16
  3500. -- part name: allsfware30
  3501. ----- HyperTalk script -----
  3502. on mouseUp
  3503.   get the clickLoc
  3504.   get item 2 of it - (top of me)
  3505.   get it + (scroll of me)
  3506.   put (it div (textheight of me)) + 1 into lineNum
  3507.   get line lineNum of me
  3508.   if it = empty then exit mouseUp
  3509.   lock screen
  3510.   get char 1 of line lineNum of me
  3511.   if it = "¬£"
  3512.   then
  3513.   put "‚Ñ¢" into char 1 of line lineNum of me
  3514. else
  3515.   put "¬£" into char 1 of line lineNum of me
  3516. end if
  3517. --
  3518. put false into showbtn                 -- in case there's none
  3519. repeat with i = 1 to the number of lines in cd fld "sfware"
  3520.   get char 1 of line i of me
  3521.   put it = "¬£" into showbtn
  3522.   if showbtn then exit repeat
  3523. end repeat
  3524. --set visible of cd btn "OK" to showbtn
  3525. end mouseUp
  3526.  
  3527.  
  3528.  
  3529. -- part 139 (field)
  3530. -- low flags: 81
  3531. -- high flags: 2007
  3532. -- rect: left=7 top=63 right=292 bottom=303
  3533. -- title width / last selected line: 0
  3534. -- icon id / first selected line: 0 / 0
  3535. -- text alignment: 0
  3536. -- font id: 0
  3537. -- text size: 12
  3538. -- style flags: 0
  3539. -- line height: 16
  3540. -- part name: allsfware31
  3541. ----- HyperTalk script -----
  3542. on mouseUp
  3543.   get the clickLoc
  3544.   get item 2 of it - (top of me)
  3545.   get it + (scroll of me)
  3546.   put (it div (textheight of me)) + 1 into lineNum
  3547.   get line lineNum of me
  3548.   if it = empty then exit mouseUp
  3549.   lock screen
  3550.   get char 1 of line lineNum of me
  3551.   if it = "¬£"
  3552.   then
  3553.   put "‚Ñ¢" into char 1 of line lineNum of me
  3554. else
  3555.   put "¬£" into char 1 of line lineNum of me
  3556. end if
  3557. --
  3558. put false into showbtn                 -- in case there's none
  3559. repeat with i = 1 to the number of lines in cd fld "sfware"
  3560.   get char 1 of line i of me
  3561.   put it = "¬£" into showbtn
  3562.   if showbtn then exit repeat
  3563. end repeat
  3564. --set visible of cd btn "OK" to showbtn
  3565. end mouseUp
  3566.  
  3567.  
  3568.  
  3569. -- part 88 (field)
  3570. -- low flags: 81
  3571. -- high flags: 0000
  3572. -- rect: left=174 top=38 right=77 bottom=474
  3573. -- title width / last selected line: 0
  3574. -- icon id / first selected line: 0 / 0
  3575. -- text alignment: 0
  3576. -- font id: 3
  3577. -- text size: 12
  3578. -- style flags: 0
  3579. -- line height: 16
  3580. -- part name: instructions
  3581.  
  3582.  
  3583. -- part 148 (field)
  3584. -- low flags: 80
  3585. -- high flags: 0007
  3586. -- rect: left=0 top=25 right=342 bottom=43
  3587. -- title width / last selected line: 0
  3588. -- icon id / first selected line: 0 / 0
  3589. -- text alignment: 0
  3590. -- font id: 3
  3591. -- text size: 9
  3592. -- style flags: 0
  3593. -- line height: 12
  3594. -- part name: showing
  3595.  
  3596.  
  3597. -- part 149 (button)
  3598. -- low flags: 80
  3599. -- high flags: 8004
  3600. -- rect: left=422 top=299 right=320 bottom=472
  3601. -- title width / last selected line: 0
  3602. -- icon id / first selected line: 0 / 0
  3603. -- text alignment: 1
  3604. -- font id: 202
  3605. -- text size: 12
  3606. -- style flags: 0
  3607. -- line height: 16
  3608. -- part name: Done
  3609.  
  3610.  
  3611. -- part contents for card part 33
  3612. ----- text -----
  3613. Click to indicate application areas:
  3614.  
  3615. -- part contents for card part 84
  3616. ----- text -----
  3617. ‚Ñ¢4th Dimension,‚Ñ¢dBase Mac,‚Ñ¢Double Helix,‚Ñ¢Double Helix II,‚Ñ¢FileMaker Plus,‚Ñ¢FileMaker II,‚Ñ¢FoxBase,‚Ñ¢HyperCard,‚Ñ¢Omnis3,‚Ñ¢Omnis3 Plus,‚Ñ¢Wingz,
  3618. ‚Ñ¢Allegro,‚Ñ¢AlisaShare,‚Ñ¢AlisaTerminal,‚Ñ¢CL/1,‚Ñ¢Kermit File Transfer,‚Ñ¢MacIRMA,‚Ñ¢Maclink,‚Ñ¢MacMainFrame,‚Ñ¢MacTerminal,‚Ñ¢PacerLink,‚Ñ¢PacerShare,‚Ñ¢VersaTerm-Pro,
  3619. ‚Ñ¢Aldus Persuasion,‚Ñ¢Cricket Presents,‚Ñ¢Microsoft PowerPoint,‚Ñ¢MORE II,
  3620. ‚Ñ¢Aldus Persuasion,‚Ñ¢Cricker Presents,‚Ñ¢Microsoft PowerPoint,‚Ñ¢MORE II,
  3621. ‚Ñ¢MacroMind Director,‚Ñ¢VideoWorks,
  3622. ‚Ñ¢Great Plains Accounting,‚Ñ¢Insight Accounting,‚Ñ¢Microsoft Excel,
  3623. ‚Ñ¢Claris MacWrite,‚Ñ¢FileMaker II,‚Ñ¢Microsoft Excel,‚Ñ¢Microsoft Word,‚Ñ¢Microsoft Works,‚Ñ¢WordPerfect,
  3624. ‚Ñ¢AppleLink,‚Ñ¢InBox,‚Ñ¢Microsoft Mail,
  3625. ‚Ñ¢Full Impact,‚Ñ¢Microsoft Excel,‚Ñ¢Wingz,
  3626. ‚Ñ¢FastForms,‚Ñ¢Form Manager,
  3627. ‚Ñ¢MacProject,‚Ñ¢MICRO PLANNER,‚Ñ¢MORE,
  3628. ‚Ñ¢Claris MacWrite,‚Ñ¢FullWrite Professional,‚Ñ¢Microsoft Word,‚Ñ¢WordPerfect,‚Ñ¢WriteNow,
  3629. ‚Ñ¢HyperCard,‚Ñ¢SuperCard,‚Ñ¢Wingz,
  3630. ‚Ñ¢Lightspeed C,‚Ñ¢MacAPPC,‚Ñ¢MacWorkStation,‚Ñ¢MPW Pascal,
  3631. ‚Ñ¢Aldus PageMaker,‚Ñ¢Interleaf Publisher,‚Ñ¢Microsoft Word,‚Ñ¢Page One,‚Ñ¢QuarkXPress,‚Ñ¢Ready Set Go!,
  3632. ‚Ñ¢Aldus FreeHand,‚Ñ¢Adobe Illustrator,‚Ñ¢Adobe Illustrator 88,‚Ñ¢Image Studio,‚Ñ¢Studio/8,‚Ñ¢Cricket Draw,‚Ñ¢SuperPaint,
  3633. ‚Ñ¢Adobe Illustrator,‚Ñ¢Aldus PageMaker,‚Ñ¢Claris MacDraw,‚Ñ¢Crosfield Lightspeed Color Layout Sys.,‚Ñ¢Microsoft Word,‚Ñ¢Scitex Visionary,
  3634. ‚Ñ¢Adobe Illustrator,‚Ñ¢Aldus PageMaker,‚Ñ¢Claris Macwrite,‚Ñ¢Microsoft Word,‚Ñ¢The Electronic Publisher System,
  3635. ‚Ñ¢Aldus PageMaker,‚Ñ¢QuarkXPress,‚Ñ¢Ready Set Go!,
  3636. ‚Ñ¢Aldus PageMaker,‚Ñ¢FullWrite Professional,‚Ñ¢Microsoft Word,‚Ñ¢MindWrite,‚Ñ¢WordPerfect,
  3637. ‚Ñ¢Aldus PageMaker,‚Ñ¢HyperCard,‚Ñ¢Microsoft Word,‚Ñ¢VideoWorks,
  3638. ‚Ñ¢Aldus Pagemaker,‚Ñ¢Bedford Professional Publishing,‚Ñ¢InterLeaf publisher,‚Ñ¢Microsoft Word,‚Ñ¢SoftQuad,
  3639. ‚Ñ¢Excel,‚Ñ¢HyperCard,‚Ñ¢MacSchool,‚Ñ¢Works,
  3640. ‚Ñ¢ChemDraw,‚Ñ¢Chem 3D,
  3641. ‚Ñ¢DataFlash,‚Ñ¢Lab Master II,‚Ñ¢LabView,
  3642. ‚Ñ¢Double Helix,‚Ñ¢Stats Tool Kit,‚Ñ¢SYSTAT,‚Ñ¢The Scientific Desk,
  3643. ‚Ñ¢Director,‚Ñ¢Swivel 3D,‚Ñ¢VideoWorks,
  3644. ‚Ñ¢AutoCAD,‚Ñ¢Douglas CAD/CAM,‚Ñ¢DynaPerspective,‚Ñ¢LogicWorks Archicad,‚Ñ¢MacArchitrion,‚Ñ¢MGMStation CAD,‚Ñ¢MGMStation CAD/CAM,‚Ñ¢Pegasys,‚Ñ¢SNAP!,‚Ñ¢VersaCAD,
  3645. ‚Ñ¢HyperCard,‚Ñ¢MGMStation CAD/CAM,
  3646.  
  3647. -- part contents for card part 88
  3648. ----- text -----
  3649. Click to indicate software used.
  3650. Click ‚ÄúAll Software‚Äù for a more complete list.
  3651.  
  3652. -- part contents for card part 90
  3653. ----- text -----
  3654. ‚Ñ¢4th Dimension
  3655. ‚Ñ¢AlisaShare
  3656. ‚Ñ¢AlisaTalk
  3657. ‚Ñ¢AlisaTerminal
  3658. ‚Ñ¢Allegro
  3659. ‚Ñ¢AppleLine
  3660. ‚Ñ¢AppleLink
  3661. ‚Ñ¢AppleShare
  3662. ‚Ñ¢Archicad
  3663. ‚Ñ¢AutoCAD
  3664. ‚Ñ¢BASIC
  3665. ‚Ñ¢Bedford Professional Publishing
  3666. ‚Ñ¢Business Filevision
  3667. ‚Ñ¢C-Scan
  3668. ‚Ñ¢CAM
  3669. ‚Ñ¢CL/1
  3670. ‚Ñ¢Canvas
  3671. ‚Ñ¢Chart
  3672. ‚Ñ¢Chem3D
  3673. ‚Ñ¢ChemDraw
  3674. ‚Ñ¢Claris CAD
  3675. ‚Ñ¢CompServe
  3676. ‚Ñ¢Cricket Draw
  3677. ‚Ñ¢Cricket Graph
  3678. ‚Ñ¢Cricket Presents
  3679. ‚Ñ¢Crosfield Lightspeed
  3680. ‚Ñ¢DataFlash
  3681. ‚Ñ¢DataViz
  3682. ‚Ñ¢DaynaFile
  3683. ‚Ñ¢dBase Mac
  3684. ‚Ñ¢Desktop Express
  3685. ‚Ñ¢Digital Darkroom
  3686. ‚Ñ¢Dimensions
  3687. ‚Ñ¢Director
  3688. ‚Ñ¢Double Helix
  3689. ‚Ñ¢Double Helix II
  3690. ‚Ñ¢Douglas CAD/CAM
  3691. ‚Ñ¢DynaComm
  3692. ‚Ñ¢DynaPerspective
  3693. ‚Ñ¢Easy3D
  3694. ‚Ñ¢Excel
  3695. ‚Ñ¢Fast Forms
  3696. ‚Ñ¢FileMaker
  3697. ‚Ñ¢FileMaker 4
  3698. ‚Ñ¢FileMaker II
  3699. ‚Ñ¢FileMaker Plus
  3700. ‚Ñ¢Focal Point
  3701. ‚Ñ¢Fontographer
  3702. ‚Ñ¢Forms Manager
  3703. ‚Ñ¢Foxbase Plus/Mac
  3704. ‚Ñ¢Freehand
  3705. ‚Ñ¢Freehand II
  3706. ‚Ñ¢FullPaint
  3707. ‚Ñ¢FullWrite Professional
  3708. ‚Ñ¢Glue
  3709. ‚Ñ¢Great Plains Accounting
  3710. ‚Ñ¢HyperCard
  3711. ‚Ñ¢HyperSound
  3712. ‚Ñ¢Illustrator
  3713. ‚Ñ¢Illustrator 88
  3714. ‚Ñ¢ImageStudio
  3715. ‚Ñ¢InBox
  3716. ‚Ñ¢Insight
  3717. ‚Ñ¢InterLeaf
  3718. ™Inter•Poll
  3719. ‚Ñ¢Jazz
  3720. ‚Ñ¢Kermit File Transfer
  3721. ‚Ñ¢LaserPaint
  3722. ‚Ñ¢Level 5
  3723. ‚Ñ¢LOGO
  3724. ‚Ñ¢Lab Master II
  3725. ‚Ñ¢LabView
  3726. ‚Ñ¢LegalWare
  3727. ‚Ñ¢LightspeedC
  3728. ‚Ñ¢LogicWorks
  3729. ‚Ñ¢Lotus 1.2.3.
  3730. ‚Ñ¢MCI Mail
  3731. ‚Ñ¢MGM Station CAD/CAM
  3732. ‚Ñ¢MORE
  3733. ‚Ñ¢MORE II
  3734. ‚Ñ¢MPW Pascal
  3735. ‚Ñ¢Mac240
  3736. ‚Ñ¢Mac3D
  3737. ‚Ñ¢MacAPP
  3738. ‚Ñ¢MacAPPC
  3739. ‚Ñ¢MacArchitrion
  3740. ‚Ñ¢MacDraft
  3741. ‚Ñ¢MacDraw
  3742. ‚Ñ¢MacDraw II
  3743. ‚Ñ¢MacGraph
  3744. ‚Ñ¢MacIRMA
  3745. ‚Ñ¢MacImage
  3746. ‚Ñ¢MacLink
  3747. ‚Ñ¢MacLink Plus
  3748. ‚Ñ¢MacMainFrame
  3749. ‚Ñ¢MacMoney
  3750. ‚Ñ¢MacNet
  3751. ‚Ñ¢MacPaint
  3752. ‚Ñ¢MacPlots II
  3753. ‚Ñ¢MacProject
  3754. ‚Ñ¢MacProject II
  3755. ‚Ñ¢MacPublisher
  3756. ‚Ñ¢MacTerminal
  3757. ‚Ñ¢MacTex
  3758. ‚Ñ¢MacVision
  3759. ‚Ñ¢MacWindows
  3760. ‚Ñ¢MacWorkStation
  3761. ‚Ñ¢MacWrite
  3762. ‚Ñ¢MacWrite II
  3763. ‚Ñ¢MegaForm
  3764. ‚Ñ¢MicroPhone
  3765. ‚Ñ¢MicroPlanner
  3766. ‚Ñ¢MicroSoft Mail
  3767. ‚Ñ¢MiniCad
  3768. ‚Ñ¢MiniCad Plus
  3769. ‚Ñ¢Mr. Runsheet
  3770. ‚Ñ¢MultiPlan
  3771. ‚Ñ¢Nexpert
  3772. ‚Ñ¢Nitro
  3773. ‚Ñ¢Oasis
  3774. ‚Ñ¢Odesta Doc Mgmnt
  3775. ‚Ñ¢Omnis 3
  3776. ‚Ñ¢Omnis 3 Plus
  3777. ‚Ñ¢On Cue
  3778. ‚Ñ¢Oracle
  3779. ‚Ñ¢OverVue
  3780. ‚Ñ¢Paginator
  3781. ‚Ñ¢PASCAL
  3782. ‚Ñ¢PacerLink
  3783. ‚Ñ¢PacerShare
  3784. ‚Ñ¢Page One
  3785. ‚Ñ¢PageMaker
  3786. ‚Ñ¢Pegasys
  3787. ‚Ñ¢Persuasion
  3788. ‚Ñ¢Pict-O-Graph
  3789. ‚Ñ¢Pixel Paint
  3790. ‚Ñ¢PowerDraw
  3791. ‚Ñ¢PowerPoint
  3792. ‚Ñ¢Print Share
  3793. ‚Ñ¢Pro3D
  3794. ‚Ñ¢Problem Knowledge Coupler
  3795. ‚Ñ¢QuarkXpress
  3796. ‚Ñ¢QuickMail
  3797. ‚Ñ¢Ready Set Go!
  3798. ‚Ñ¢Red Ryder
  3799. ‚Ñ¢Reflex
  3800. ‚Ñ¢Reflex Plus
  3801. ‚Ñ¢SNAP!
  3802. ‚Ñ¢SideKick
  3803. ‚Ñ¢SmartCom
  3804. ‚Ñ¢SmartCom II
  3805. ‚Ñ¢StatView
  3806. ‚Ñ¢Stats Tool Kit
  3807. ‚Ñ¢Studio 8
  3808. ‚Ñ¢Suitcase 2.0
  3809. ‚Ñ¢Super3D
  3810. ‚Ñ¢SuperCard
  3811. ‚Ñ¢SuperPaint
  3812. ‚Ñ¢Swivel 3D
  3813. ‚Ñ¢TACTICS
  3814. ‚Ñ¢TK Solver
  3815. ‚Ñ¢TOPS
  3816. ‚Ñ¢Tempo
  3817. ‚Ñ¢The Electronic Publisher
  3818. ‚Ñ¢The Scientific Desk
  3819. ‚Ñ¢ThunderScan
  3820. ‚Ñ¢Timbuktu
  3821. ‚Ñ¢Trapeze
  3822. ‚Ñ¢UNIX
  3823. ‚Ñ¢UltraOffice
  3824. ‚Ñ¢VT240
  3825. ‚Ñ¢VersaTerm-Pro
  3826. ‚Ñ¢Versacad
  3827. ‚Ñ¢VideoWorks
  3828. ‚Ñ¢VideoWorks II
  3829. ‚Ñ¢Visionary
  3830. ‚Ñ¢Westlaw
  3831. ‚Ñ¢Wingz
  3832. ‚Ñ¢Word
  3833. ‚Ñ¢Word Perfect
  3834. ‚Ñ¢Works
  3835. ‚Ñ¢WriteNow
  3836. ‚Ñ¢Other
  3837.  
  3838. -- part contents for card part 92
  3839. ----- text -----
  3840. ‚Ñ¢4th Dimension
  3841. ‚Ñ¢AlisaShare
  3842. ‚Ñ¢AlisaTalk
  3843. ‚Ñ¢AlisaTerminal
  3844. ‚Ñ¢Allegro
  3845. ‚Ñ¢AppleLine
  3846. ‚Ñ¢AppleLink
  3847. ‚Ñ¢AppleShare
  3848. ‚Ñ¢Archicad
  3849. ‚Ñ¢AutoCAD
  3850. ‚Ñ¢BASIC
  3851. ‚Ñ¢Bedford Professional Publishing
  3852. ‚Ñ¢Business Filevision
  3853. ‚Ñ¢C-Scan
  3854. ‚Ñ¢CAM
  3855. ‚Ñ¢CL/1
  3856. ‚Ñ¢Canvas
  3857. ‚Ñ¢Chart
  3858. ‚Ñ¢Chem3D
  3859. ‚Ñ¢ChemDraw
  3860. ‚Ñ¢Claris CAD
  3861. ‚Ñ¢CompServe
  3862. ‚Ñ¢Cricket Draw
  3863. ‚Ñ¢Cricket Graph
  3864. ‚Ñ¢Cricket Presents
  3865. ‚Ñ¢Crosfield Lightspeed
  3866. ‚Ñ¢DataFlash
  3867. ‚Ñ¢DataViz
  3868. ‚Ñ¢DaynaFile
  3869. ‚Ñ¢dBase Mac
  3870. ‚Ñ¢Desktop Express
  3871. ‚Ñ¢Digital Darkroom
  3872. ‚Ñ¢Dimensions
  3873. ‚Ñ¢Director
  3874. ‚Ñ¢Double Helix
  3875. ‚Ñ¢Double Helix II
  3876. ‚Ñ¢Douglas CAD/CAM
  3877. ‚Ñ¢DynaComm
  3878. ‚Ñ¢DynaPerspective
  3879. ‚Ñ¢Easy3D
  3880. ‚Ñ¢Excel
  3881. ‚Ñ¢Fast Forms
  3882. ‚Ñ¢FileMaker
  3883. ‚Ñ¢FileMaker 4
  3884. ‚Ñ¢FileMaker II
  3885. ‚Ñ¢FileMaker Plus
  3886. ‚Ñ¢Focal Point
  3887. ‚Ñ¢Fontographer
  3888. ‚Ñ¢Forms Manager
  3889. ‚Ñ¢Foxbase Plus/Mac
  3890. ‚Ñ¢Freehand
  3891. ‚Ñ¢Freehand II
  3892. ‚Ñ¢FullPaint
  3893. ‚Ñ¢FullWrite Professional
  3894. ‚Ñ¢Glue
  3895. ‚Ñ¢Great Plains Accounting
  3896. ‚Ñ¢HyperCard
  3897. ‚Ñ¢HyperSound
  3898. ‚Ñ¢Illustrator
  3899. ‚Ñ¢Illustrator 88
  3900. ‚Ñ¢ImageStudio
  3901. ‚Ñ¢InBox
  3902. ‚Ñ¢Insight
  3903. ‚Ñ¢InterLeaf
  3904. ™Inter•Poll
  3905. ‚Ñ¢Jazz
  3906. ‚Ñ¢Kermit File Transfer
  3907. ‚Ñ¢LaserPaint
  3908. ‚Ñ¢Level 5
  3909. ‚Ñ¢LOGO
  3910. ‚Ñ¢Lab Master II
  3911. ‚Ñ¢LabView
  3912. ‚Ñ¢LegalWare
  3913. ‚Ñ¢LightspeedC
  3914. ‚Ñ¢LogicWorks
  3915. ‚Ñ¢Lotus 1.2.3.
  3916. ‚Ñ¢MCI Mail
  3917. ‚Ñ¢MGM Station CAD/CAM
  3918. ‚Ñ¢MORE
  3919. ‚Ñ¢MORE II
  3920. ‚Ñ¢MPW Pascal
  3921. ‚Ñ¢Mac240
  3922. ‚Ñ¢Mac3D
  3923. ‚Ñ¢MacAPP
  3924. ‚Ñ¢MacAPPC
  3925. ‚Ñ¢MacArchitrion
  3926. ‚Ñ¢MacDraft
  3927. ‚Ñ¢MacDraw
  3928. ‚Ñ¢MacDraw II
  3929. ‚Ñ¢MacGraph
  3930. ‚Ñ¢MacIRMA
  3931. ‚Ñ¢MacImage
  3932. ‚Ñ¢MacLink
  3933. ‚Ñ¢MacLink Plus
  3934. ‚Ñ¢MacMainFrame
  3935. ‚Ñ¢MacMoney
  3936. ‚Ñ¢MacNet
  3937. ‚Ñ¢MacPaint
  3938. ‚Ñ¢MacPlots II
  3939. ‚Ñ¢MacProject
  3940. ‚Ñ¢MacProject II
  3941. ‚Ñ¢MacPublisher
  3942. ‚Ñ¢MacTerminal
  3943. ‚Ñ¢MacTex
  3944. ‚Ñ¢MacVision
  3945. ‚Ñ¢MacWindows
  3946. ‚Ñ¢MacWorkStation
  3947. ‚Ñ¢MacWrite
  3948. ‚Ñ¢MacWrite II
  3949. ‚Ñ¢MegaForm
  3950. ‚Ñ¢MicroPhone
  3951. ‚Ñ¢MicroPlanner
  3952. ‚Ñ¢MicroSoft Mail
  3953. ‚Ñ¢MiniCad
  3954. ‚Ñ¢MiniCad Plus
  3955. ‚Ñ¢Mr. Runsheet
  3956. ‚Ñ¢MultiPlan
  3957. ‚Ñ¢Nexpert
  3958. ‚Ñ¢Nitro
  3959. ‚Ñ¢Oasis
  3960. ‚Ñ¢Odesta Doc Mgmnt
  3961. ‚Ñ¢Omnis 3
  3962. ‚Ñ¢Omnis 3 Plus
  3963. ‚Ñ¢On Cue
  3964. ‚Ñ¢Oracle
  3965. ‚Ñ¢OverVue
  3966. ‚Ñ¢Paginator
  3967. ‚Ñ¢PASCAL
  3968. ‚Ñ¢PacerLink
  3969. ‚Ñ¢PacerShare
  3970. ‚Ñ¢Page One
  3971. ‚Ñ¢PageMaker
  3972. ‚Ñ¢Pegasys
  3973. ‚Ñ¢Persuasion
  3974. ‚Ñ¢Pict-O-Graph
  3975. ‚Ñ¢Pixel Paint
  3976. ‚Ñ¢PowerDraw
  3977. ‚Ñ¢PowerPoint
  3978. ‚Ñ¢Print Share
  3979. ‚Ñ¢Pro3D
  3980. ‚Ñ¢Problem Knowledge Coupler
  3981. ‚Ñ¢QuarkXpress
  3982. ‚Ñ¢QuickMail
  3983. ‚Ñ¢Ready Set Go!
  3984. ‚Ñ¢Red Ryder
  3985. ‚Ñ¢Reflex
  3986. ‚Ñ¢Reflex Plus
  3987. ‚Ñ¢SNAP!
  3988. ‚Ñ¢SideKick
  3989. ‚Ñ¢SmartCom
  3990. ‚Ñ¢SmartCom II
  3991. ‚Ñ¢StatView
  3992. ‚Ñ¢Stats Tool Kit
  3993. ‚Ñ¢Studio 8
  3994. ‚Ñ¢Suitcase 2.0
  3995. ‚Ñ¢Super3D
  3996. ‚Ñ¢SuperCard
  3997. ‚Ñ¢SuperPaint
  3998. ‚Ñ¢Swivel 3D
  3999. ‚Ñ¢TACTICS
  4000. ‚Ñ¢TK Solver
  4001. ‚Ñ¢TOPS
  4002. ‚Ñ¢Tempo
  4003. ‚Ñ¢The Electronic Publisher
  4004. ‚Ñ¢The Scientific Desk
  4005. ‚Ñ¢ThunderScan
  4006. ‚Ñ¢Timbuktu
  4007. ‚Ñ¢Trapeze
  4008. ‚Ñ¢UNIX
  4009. ‚Ñ¢UltraOffice
  4010. ‚Ñ¢VT240
  4011. ‚Ñ¢VersaTerm-Pro
  4012. ‚Ñ¢Versacad
  4013. ‚Ñ¢VideoWorks
  4014. ‚Ñ¢VideoWorks II
  4015. ‚Ñ¢Visionary
  4016. ‚Ñ¢Westlaw
  4017. ‚Ñ¢Wingz
  4018. ‚Ñ¢Word
  4019. ‚Ñ¢Word Perfect
  4020. ‚Ñ¢Works
  4021. ‚Ñ¢WriteNow
  4022. ‚Ñ¢Other
  4023.  
  4024. -- part contents for card part 93
  4025. ----- text -----
  4026. ‚Ñ¢4th Dimension
  4027. ‚Ñ¢AlisaShare
  4028. ‚Ñ¢AlisaTalk
  4029. ‚Ñ¢AlisaTerminal
  4030. ‚Ñ¢Allegro
  4031. ‚Ñ¢AppleLine
  4032. ‚Ñ¢AppleLink
  4033. ‚Ñ¢AppleShare
  4034. ‚Ñ¢Archicad
  4035. ‚Ñ¢AutoCAD
  4036. ‚Ñ¢BASIC
  4037. ‚Ñ¢Bedford Professional Publishing
  4038. ‚Ñ¢Business Filevision
  4039. ‚Ñ¢C-Scan
  4040. ‚Ñ¢CAM
  4041. ‚Ñ¢CL/1
  4042. ‚Ñ¢Canvas
  4043. ‚Ñ¢Chart
  4044. ‚Ñ¢Chem3D
  4045. ‚Ñ¢ChemDraw
  4046. ‚Ñ¢Claris CAD
  4047. ‚Ñ¢CompServe
  4048. ‚Ñ¢Cricket Draw
  4049. ‚Ñ¢Cricket Graph
  4050. ‚Ñ¢Cricket Presents
  4051. ‚Ñ¢Crosfield Lightspeed
  4052. ‚Ñ¢DataFlash
  4053. ‚Ñ¢DataViz
  4054. ‚Ñ¢DaynaFile
  4055. ‚Ñ¢dBase Mac
  4056. ‚Ñ¢Desktop Express
  4057. ‚Ñ¢Digital Darkroom
  4058. ‚Ñ¢Dimensions
  4059. ‚Ñ¢Director
  4060. ‚Ñ¢Double Helix
  4061. ‚Ñ¢Double Helix II
  4062. ‚Ñ¢Douglas CAD/CAM
  4063. ‚Ñ¢DynaComm
  4064. ‚Ñ¢DynaPerspective
  4065. ‚Ñ¢Easy3D
  4066. ‚Ñ¢Excel
  4067. ‚Ñ¢Fast Forms
  4068. ‚Ñ¢FileMaker
  4069. ‚Ñ¢FileMaker 4
  4070. ‚Ñ¢FileMaker II
  4071. ‚Ñ¢FileMaker Plus
  4072. ‚Ñ¢Focal Point
  4073. ‚Ñ¢Fontographer
  4074. ‚Ñ¢Forms Manager
  4075. ‚Ñ¢Foxbase Plus/Mac
  4076. ‚Ñ¢Freehand
  4077. ‚Ñ¢Freehand II
  4078. ‚Ñ¢FullPaint
  4079. ‚Ñ¢FullWrite Professional
  4080. ‚Ñ¢Glue
  4081. ‚Ñ¢Great Plains Accounting
  4082. ‚Ñ¢HyperCard
  4083. ‚Ñ¢HyperSound
  4084. ‚Ñ¢Illustrator
  4085. ‚Ñ¢Illustrator 88
  4086. ‚Ñ¢ImageStudio
  4087. ‚Ñ¢InBox
  4088. ‚Ñ¢Insight
  4089. ‚Ñ¢InterLeaf
  4090. ™Inter•Poll
  4091. ‚Ñ¢Jazz
  4092. ‚Ñ¢Kermit File Transfer
  4093. ‚Ñ¢LaserPaint
  4094. ‚Ñ¢Level 5
  4095. ‚Ñ¢LOGO
  4096. ‚Ñ¢Lab Master II
  4097. ‚Ñ¢LabView
  4098. ‚Ñ¢LegalWare
  4099. ‚Ñ¢LightspeedC
  4100. ‚Ñ¢LogicWorks
  4101. ‚Ñ¢Lotus 1.2.3.
  4102. ‚Ñ¢MCI Mail
  4103. ‚Ñ¢MGM Station CAD/CAM
  4104. ‚Ñ¢MORE
  4105. ‚Ñ¢MORE II
  4106. ‚Ñ¢MPW Pascal
  4107. ‚Ñ¢Mac240
  4108. ‚Ñ¢Mac3D
  4109. ‚Ñ¢MacAPP
  4110. ‚Ñ¢MacAPPC
  4111. ‚Ñ¢MacArchitrion
  4112. ‚Ñ¢MacDraft
  4113. ‚Ñ¢MacDraw
  4114. ‚Ñ¢MacDraw II
  4115. ‚Ñ¢MacGraph
  4116. ‚Ñ¢MacIRMA
  4117. ‚Ñ¢MacImage
  4118. ‚Ñ¢MacLink
  4119. ‚Ñ¢MacLink Plus
  4120. ‚Ñ¢MacMainFrame
  4121. ‚Ñ¢MacMoney
  4122. ‚Ñ¢MacNet
  4123. ‚Ñ¢MacPaint
  4124. ‚Ñ¢MacPlots II
  4125. ‚Ñ¢MacProject
  4126. ‚Ñ¢MacProject II
  4127. ‚Ñ¢MacPublisher
  4128. ‚Ñ¢MacTerminal
  4129. ‚Ñ¢MacTex
  4130. ‚Ñ¢MacVision
  4131. ‚Ñ¢MacWindows
  4132. ‚Ñ¢MacWorkStation
  4133. ‚Ñ¢MacWrite
  4134. ‚Ñ¢MacWrite II
  4135. ‚Ñ¢MegaForm
  4136. ‚Ñ¢MicroPhone
  4137. ‚Ñ¢MicroPlanner
  4138. ‚Ñ¢MicroSoft Mail
  4139. ‚Ñ¢MiniCad
  4140. ‚Ñ¢MiniCad Plus
  4141. ‚Ñ¢Mr. Runsheet
  4142. ‚Ñ¢MultiPlan
  4143. ‚Ñ¢Nexpert
  4144. ‚Ñ¢Nitro
  4145. ‚Ñ¢Oasis
  4146. ‚Ñ¢Odesta Doc Mgmnt
  4147. ‚Ñ¢Omnis 3
  4148. ‚Ñ¢Omnis 3 Plus
  4149. ‚Ñ¢On Cue
  4150. ‚Ñ¢Oracle
  4151. ‚Ñ¢OverVue
  4152. ‚Ñ¢Paginator
  4153. ‚Ñ¢PASCAL
  4154. ‚Ñ¢PacerLink
  4155. ‚Ñ¢PacerShare
  4156. ‚Ñ¢Page One
  4157. ‚Ñ¢PageMaker
  4158. ‚Ñ¢Pegasys
  4159. ‚Ñ¢Persuasion
  4160. ‚Ñ¢Pict-O-Graph
  4161. ‚Ñ¢Pixel Paint
  4162. ‚Ñ¢PowerDraw
  4163. ‚Ñ¢PowerPoint
  4164. ‚Ñ¢Print Share
  4165. ‚Ñ¢Pro3D
  4166. ‚Ñ¢Problem Knowledge Coupler
  4167. ‚Ñ¢QuarkXpress
  4168. ‚Ñ¢QuickMail
  4169. ‚Ñ¢Ready Set Go!
  4170. ‚Ñ¢Red Ryder
  4171. ‚Ñ¢Reflex
  4172. ‚Ñ¢Reflex Plus
  4173. ‚Ñ¢SNAP!
  4174. ‚Ñ¢SideKick
  4175. ‚Ñ¢SmartCom
  4176. ‚Ñ¢SmartCom II
  4177. ‚Ñ¢StatView
  4178. ‚Ñ¢Stats Tool Kit
  4179. ‚Ñ¢Studio 8
  4180. ‚Ñ¢Suitcase 2.0
  4181. ‚Ñ¢Super3D
  4182. ‚Ñ¢SuperCard
  4183. ‚Ñ¢SuperPaint
  4184. ‚Ñ¢Swivel 3D
  4185. ‚Ñ¢TACTICS
  4186. ‚Ñ¢TK Solver
  4187. ‚Ñ¢TOPS
  4188. ‚Ñ¢Tempo
  4189. ‚Ñ¢The Electronic Publisher
  4190. ‚Ñ¢The Scientific Desk
  4191. ‚Ñ¢ThunderScan
  4192. ‚Ñ¢Timbuktu
  4193. ‚Ñ¢Trapeze
  4194. ‚Ñ¢UNIX
  4195. ‚Ñ¢UltraOffice
  4196. ‚Ñ¢VT240
  4197. ‚Ñ¢VersaTerm-Pro
  4198. ‚Ñ¢Versacad
  4199. ‚Ñ¢VideoWorks
  4200. ‚Ñ¢VideoWorks II
  4201. ‚Ñ¢Visionary
  4202. ‚Ñ¢Westlaw
  4203. ‚Ñ¢Wingz
  4204. ‚Ñ¢Word
  4205. ‚Ñ¢Word Perfect
  4206. ‚Ñ¢Works
  4207. ‚Ñ¢WriteNow
  4208. ‚Ñ¢Other
  4209.  
  4210. -- part contents for card part 94
  4211. ----- text -----
  4212. ‚Ñ¢4th Dimension
  4213. ‚Ñ¢AlisaShare
  4214. ‚Ñ¢AlisaTalk
  4215. ‚Ñ¢AlisaTerminal
  4216. ‚Ñ¢Allegro
  4217. ‚Ñ¢AppleLine
  4218. ‚Ñ¢AppleLink
  4219. ‚Ñ¢AppleShare
  4220. ‚Ñ¢Archicad
  4221. ‚Ñ¢AutoCAD
  4222. ‚Ñ¢BASIC
  4223. ‚Ñ¢Bedford Professional Publishing
  4224. ‚Ñ¢Business Filevision
  4225. ‚Ñ¢C-Scan
  4226. ‚Ñ¢CAM
  4227. ‚Ñ¢CL/1
  4228. ‚Ñ¢Canvas
  4229. ‚Ñ¢Chart
  4230. ‚Ñ¢Chem3D
  4231. ‚Ñ¢ChemDraw
  4232. ‚Ñ¢Claris CAD
  4233. ‚Ñ¢CompServe
  4234. ‚Ñ¢Cricket Draw
  4235. ‚Ñ¢Cricket Graph
  4236. ‚Ñ¢Cricket Presents
  4237. ‚Ñ¢Crosfield Lightspeed
  4238. ‚Ñ¢DataFlash
  4239. ‚Ñ¢DataViz
  4240. ‚Ñ¢DaynaFile
  4241. ‚Ñ¢dBase Mac
  4242. ‚Ñ¢Desktop Express
  4243. ‚Ñ¢Digital Darkroom
  4244. ‚Ñ¢Dimensions
  4245. ‚Ñ¢Director
  4246. ‚Ñ¢Double Helix
  4247. ‚Ñ¢Double Helix II
  4248. ‚Ñ¢Douglas CAD/CAM
  4249. ‚Ñ¢DynaComm
  4250. ‚Ñ¢DynaPerspective
  4251. ‚Ñ¢Easy3D
  4252. ‚Ñ¢Excel
  4253. ‚Ñ¢Fast Forms
  4254. ‚Ñ¢FileMaker
  4255. ‚Ñ¢FileMaker 4
  4256. ‚Ñ¢FileMaker II
  4257. ‚Ñ¢FileMaker Plus
  4258. ‚Ñ¢Focal Point
  4259. ‚Ñ¢Fontographer
  4260. ‚Ñ¢Forms Manager
  4261. ‚Ñ¢Foxbase Plus/Mac
  4262. ‚Ñ¢Freehand
  4263. ‚Ñ¢Freehand II
  4264. ‚Ñ¢FullPaint
  4265. ‚Ñ¢FullWrite Professional
  4266. ‚Ñ¢Glue
  4267. ‚Ñ¢Great Plains Accounting
  4268. ‚Ñ¢HyperCard
  4269. ‚Ñ¢HyperSound
  4270. ‚Ñ¢Illustrator
  4271. ‚Ñ¢Illustrator 88
  4272. ‚Ñ¢ImageStudio
  4273. ‚Ñ¢InBox
  4274. ‚Ñ¢Insight
  4275. ‚Ñ¢InterLeaf
  4276. ™Inter•Poll
  4277. ‚Ñ¢Jazz
  4278. ‚Ñ¢Kermit File Transfer
  4279. ‚Ñ¢LaserPaint
  4280. ‚Ñ¢Level 5
  4281. ‚Ñ¢LOGO
  4282. ‚Ñ¢Lab Master II
  4283. ‚Ñ¢LabView
  4284. ‚Ñ¢LegalWare
  4285. ‚Ñ¢LightspeedC
  4286. ‚Ñ¢LogicWorks
  4287. ‚Ñ¢Lotus 1.2.3.
  4288. ‚Ñ¢MCI Mail
  4289. ‚Ñ¢MGM Station CAD/CAM
  4290. ‚Ñ¢MORE
  4291. ‚Ñ¢MORE II
  4292. ‚Ñ¢MPW Pascal
  4293. ‚Ñ¢Mac240
  4294. ‚Ñ¢Mac3D
  4295. ‚Ñ¢MacAPP
  4296. ‚Ñ¢MacAPPC
  4297. ‚Ñ¢MacArchitrion
  4298. ‚Ñ¢MacDraft
  4299. ‚Ñ¢MacDraw
  4300. ‚Ñ¢MacDraw II
  4301. ‚Ñ¢MacGraph
  4302. ‚Ñ¢MacIRMA
  4303. ‚Ñ¢MacImage
  4304. ‚Ñ¢MacLink
  4305. ‚Ñ¢MacLink Plus
  4306. ‚Ñ¢MacMainFrame
  4307. ‚Ñ¢MacMoney
  4308. ‚Ñ¢MacNet
  4309. ‚Ñ¢MacPaint
  4310. ‚Ñ¢MacPlots II
  4311. ‚Ñ¢MacProject
  4312. ‚Ñ¢MacProject II
  4313. ‚Ñ¢MacPublisher
  4314. ‚Ñ¢MacTerminal
  4315. ‚Ñ¢MacTex
  4316. ‚Ñ¢MacVision
  4317. ‚Ñ¢MacWindows
  4318. ‚Ñ¢MacWorkStation
  4319. ‚Ñ¢MacWrite
  4320. ‚Ñ¢MacWrite II
  4321. ‚Ñ¢MegaForm
  4322. ‚Ñ¢MicroPhone
  4323. ‚Ñ¢MicroPlanner
  4324. ‚Ñ¢MicroSoft Mail
  4325. ‚Ñ¢MiniCad
  4326. ‚Ñ¢MiniCad Plus
  4327. ‚Ñ¢Mr. Runsheet
  4328. ‚Ñ¢MultiPlan
  4329. ‚Ñ¢Nexpert
  4330. ‚Ñ¢Nitro
  4331. ‚Ñ¢Oasis
  4332. ‚Ñ¢Odesta Doc Mgmnt
  4333. ‚Ñ¢Omnis 3
  4334. ‚Ñ¢Omnis 3 Plus
  4335. ‚Ñ¢On Cue
  4336. ‚Ñ¢Oracle
  4337. ‚Ñ¢OverVue
  4338. ‚Ñ¢Paginator
  4339. ‚Ñ¢PASCAL
  4340. ‚Ñ¢PacerLink
  4341. ‚Ñ¢PacerShare
  4342. ‚Ñ¢Page One
  4343. ‚Ñ¢PageMaker
  4344. ‚Ñ¢Pegasys
  4345. ‚Ñ¢Persuasion
  4346. ‚Ñ¢Pict-O-Graph
  4347. ‚Ñ¢Pixel Paint
  4348. ‚Ñ¢PowerDraw
  4349. ‚Ñ¢PowerPoint
  4350. ‚Ñ¢Print Share
  4351. ‚Ñ¢Pro3D
  4352. ‚Ñ¢Problem Knowledge Coupler
  4353. ‚Ñ¢QuarkXpress
  4354. ‚Ñ¢QuickMail
  4355. ‚Ñ¢Ready Set Go!
  4356. ‚Ñ¢Red Ryder
  4357. ‚Ñ¢Reflex
  4358. ‚Ñ¢Reflex Plus
  4359. ‚Ñ¢SNAP!
  4360. ‚Ñ¢SideKick
  4361. ‚Ñ¢SmartCom
  4362. ‚Ñ¢SmartCom II
  4363. ‚Ñ¢StatView
  4364. ‚Ñ¢Stats Tool Kit
  4365. ‚Ñ¢Studio 8
  4366. ‚Ñ¢Suitcase 2.0
  4367. ‚Ñ¢Super3D
  4368. ‚Ñ¢SuperCard
  4369. ‚Ñ¢SuperPaint
  4370. ‚Ñ¢Swivel 3D
  4371. ‚Ñ¢TACTICS
  4372. ‚Ñ¢TK Solver
  4373. ‚Ñ¢TOPS
  4374. ‚Ñ¢Tempo
  4375. ‚Ñ¢The Electronic Publisher
  4376. ‚Ñ¢The Scientific Desk
  4377. ‚Ñ¢ThunderScan
  4378. ‚Ñ¢Timbuktu
  4379. ‚Ñ¢Trapeze
  4380. ‚Ñ¢UNIX
  4381. ‚Ñ¢UltraOffice
  4382. ‚Ñ¢VT240
  4383. ‚Ñ¢VersaTerm-Pro
  4384. ‚Ñ¢Versacad
  4385. ‚Ñ¢VideoWorks
  4386. ‚Ñ¢VideoWorks II
  4387. ‚Ñ¢Visionary
  4388. ‚Ñ¢Westlaw
  4389. ‚Ñ¢Wingz
  4390. ‚Ñ¢Word
  4391. ‚Ñ¢Word Perfect
  4392. ‚Ñ¢Works
  4393. ‚Ñ¢WriteNow
  4394. ‚Ñ¢Other
  4395.  
  4396. -- part contents for card part 95
  4397. ----- text -----
  4398. ‚Ñ¢4th Dimension
  4399. ‚Ñ¢AlisaShare
  4400. ‚Ñ¢AlisaTalk
  4401. ‚Ñ¢AlisaTerminal
  4402. ‚Ñ¢Allegro
  4403. ‚Ñ¢AppleLine
  4404. ‚Ñ¢AppleLink
  4405. ‚Ñ¢AppleShare
  4406. ‚Ñ¢Archicad
  4407. ‚Ñ¢AutoCAD
  4408. ‚Ñ¢BASIC
  4409. ‚Ñ¢Bedford Professional Publishing
  4410. ‚Ñ¢Business Filevision
  4411. ‚Ñ¢C-Scan
  4412. ‚Ñ¢CAM
  4413. ‚Ñ¢CL/1
  4414. ‚Ñ¢Canvas
  4415. ‚Ñ¢Chart
  4416. ‚Ñ¢Chem3D
  4417. ‚Ñ¢ChemDraw
  4418. ‚Ñ¢Claris CAD
  4419. ‚Ñ¢CompServe
  4420. ‚Ñ¢Cricket Draw
  4421. ‚Ñ¢Cricket Graph
  4422. ‚Ñ¢Cricket Presents
  4423. ‚Ñ¢Crosfield Lightspeed
  4424. ‚Ñ¢DataFlash
  4425. ‚Ñ¢DataViz
  4426. ‚Ñ¢DaynaFile
  4427. ‚Ñ¢dBase Mac
  4428. ‚Ñ¢Desktop Express
  4429. ‚Ñ¢Digital Darkroom
  4430. ‚Ñ¢Dimensions
  4431. ‚Ñ¢Director
  4432. ‚Ñ¢Double Helix
  4433. ‚Ñ¢Double Helix II
  4434. ‚Ñ¢Douglas CAD/CAM
  4435. ‚Ñ¢DynaComm
  4436. ‚Ñ¢DynaPerspective
  4437. ‚Ñ¢Easy3D
  4438. ‚Ñ¢Excel
  4439. ‚Ñ¢Fast Forms
  4440. ‚Ñ¢FileMaker
  4441. ‚Ñ¢FileMaker 4
  4442. ‚Ñ¢FileMaker II
  4443. ‚Ñ¢FileMaker Plus
  4444. ‚Ñ¢Focal Point
  4445. ‚Ñ¢Fontographer
  4446. ‚Ñ¢Forms Manager
  4447. ‚Ñ¢Foxbase Plus/Mac
  4448. ‚Ñ¢Freehand
  4449. ‚Ñ¢Freehand II
  4450. ‚Ñ¢FullPaint
  4451. ‚Ñ¢FullWrite Professional
  4452. ‚Ñ¢Glue
  4453. ‚Ñ¢Great Plains Accounting
  4454. ‚Ñ¢HyperCard
  4455. ‚Ñ¢HyperSound
  4456. ‚Ñ¢Illustrator
  4457. ‚Ñ¢Illustrator 88
  4458. ‚Ñ¢ImageStudio
  4459. ‚Ñ¢InBox
  4460. ‚Ñ¢Insight
  4461. ‚Ñ¢InterLeaf
  4462. ™Inter•Poll
  4463. ‚Ñ¢Jazz
  4464. ‚Ñ¢Kermit File Transfer
  4465. ‚Ñ¢LaserPaint
  4466. ‚Ñ¢Level 5
  4467. ‚Ñ¢LOGO
  4468. ‚Ñ¢Lab Master II
  4469. ‚Ñ¢LabView
  4470. ‚Ñ¢LegalWare
  4471. ‚Ñ¢LightspeedC
  4472. ‚Ñ¢LogicWorks
  4473. ‚Ñ¢Lotus 1.2.3.
  4474. ‚Ñ¢MCI Mail
  4475. ‚Ñ¢MGM Station CAD/CAM
  4476. ‚Ñ¢MORE
  4477. ‚Ñ¢MORE II
  4478. ‚Ñ¢MPW Pascal
  4479. ‚Ñ¢Mac240
  4480. ‚Ñ¢Mac3D
  4481. ‚Ñ¢MacAPP
  4482. ‚Ñ¢MacAPPC
  4483. ‚Ñ¢MacArchitrion
  4484. ‚Ñ¢MacDraft
  4485. ‚Ñ¢MacDraw
  4486. ‚Ñ¢MacDraw II
  4487. ‚Ñ¢MacGraph
  4488. ‚Ñ¢MacIRMA
  4489. ‚Ñ¢MacImage
  4490. ‚Ñ¢MacLink
  4491. ‚Ñ¢MacLink Plus
  4492. ‚Ñ¢MacMainFrame
  4493. ‚Ñ¢MacMoney
  4494. ‚Ñ¢MacNet
  4495. ‚Ñ¢MacPaint
  4496. ‚Ñ¢MacPlots II
  4497. ‚Ñ¢MacProject
  4498. ‚Ñ¢MacProject II
  4499. ‚Ñ¢MacPublisher
  4500. ‚Ñ¢MacTerminal
  4501. ‚Ñ¢MacTex
  4502. ‚Ñ¢MacVision
  4503. ‚Ñ¢MacWindows
  4504. ‚Ñ¢MacWorkStation
  4505. ‚Ñ¢MacWrite
  4506. ‚Ñ¢MacWrite II
  4507. ‚Ñ¢MegaForm
  4508. ‚Ñ¢MicroPhone
  4509. ‚Ñ¢MicroPlanner
  4510. ‚Ñ¢MicroSoft Mail
  4511. ‚Ñ¢MiniCad
  4512. ‚Ñ¢MiniCad Plus
  4513. ‚Ñ¢Mr. Runsheet
  4514. ‚Ñ¢MultiPlan
  4515. ‚Ñ¢Nexpert
  4516. ‚Ñ¢Nitro
  4517. ‚Ñ¢Oasis
  4518. ‚Ñ¢Odesta Doc Mgmnt
  4519. ‚Ñ¢Omnis 3
  4520. ‚Ñ¢Omnis 3 Plus
  4521. ‚Ñ¢On Cue
  4522. ‚Ñ¢Oracle
  4523. ‚Ñ¢OverVue
  4524. ‚Ñ¢Paginator
  4525. ‚Ñ¢PASCAL
  4526. ‚Ñ¢PacerLink
  4527. ‚Ñ¢PacerShare
  4528. ‚Ñ¢Page One
  4529. ‚Ñ¢PageMaker
  4530. ‚Ñ¢Pegasys
  4531. ‚Ñ¢Persuasion
  4532. ‚Ñ¢Pict-O-Graph
  4533. ‚Ñ¢Pixel Paint
  4534. ‚Ñ¢PowerDraw
  4535. ‚Ñ¢PowerPoint
  4536. ‚Ñ¢Print Share
  4537. ‚Ñ¢Pro3D
  4538. ‚Ñ¢Problem Knowledge Coupler
  4539. ‚Ñ¢QuarkXpress
  4540. ‚Ñ¢QuickMail
  4541. ‚Ñ¢Ready Set Go!
  4542. ‚Ñ¢Red Ryder
  4543. ‚Ñ¢Reflex
  4544. ‚Ñ¢Reflex Plus
  4545. ‚Ñ¢SNAP!
  4546. ‚Ñ¢SideKick
  4547. ‚Ñ¢SmartCom
  4548. ‚Ñ¢SmartCom II
  4549. ‚Ñ¢StatView
  4550. ‚Ñ¢Stats Tool Kit
  4551. ‚Ñ¢Studio 8
  4552. ‚Ñ¢Suitcase 2.0
  4553. ‚Ñ¢Super3D
  4554. ‚Ñ¢SuperCard
  4555. ‚Ñ¢SuperPaint
  4556. ‚Ñ¢Swivel 3D
  4557. ‚Ñ¢TACTICS
  4558. ‚Ñ¢TK Solver
  4559. ‚Ñ¢TOPS
  4560. ‚Ñ¢Tempo
  4561. ‚Ñ¢The Electronic Publisher
  4562. ‚Ñ¢The Scientific Desk
  4563. ‚Ñ¢ThunderScan
  4564. ‚Ñ¢Timbuktu
  4565. ‚Ñ¢Trapeze
  4566. ‚Ñ¢UNIX
  4567. ‚Ñ¢UltraOffice
  4568. ‚Ñ¢VT240
  4569. ‚Ñ¢VersaTerm-Pro
  4570. ‚Ñ¢Versacad
  4571. ‚Ñ¢VideoWorks
  4572. ‚Ñ¢VideoWorks II
  4573. ‚Ñ¢Visionary
  4574. ‚Ñ¢Westlaw
  4575. ‚Ñ¢Wingz
  4576. ‚Ñ¢Word
  4577. ‚Ñ¢Word Perfect
  4578. ‚Ñ¢Works
  4579. ‚Ñ¢WriteNow
  4580. ‚Ñ¢Other
  4581.  
  4582. -- part contents for card part 96
  4583. ----- text -----
  4584. ‚Ñ¢4th Dimension
  4585. ‚Ñ¢AlisaShare
  4586. ‚Ñ¢AlisaTalk
  4587. ‚Ñ¢AlisaTerminal
  4588. ‚Ñ¢Allegro
  4589. ‚Ñ¢AppleLine
  4590. ‚Ñ¢AppleLink
  4591. ‚Ñ¢AppleShare
  4592. ‚Ñ¢Archicad
  4593. ‚Ñ¢AutoCAD
  4594. ‚Ñ¢BASIC
  4595. ‚Ñ¢Bedford Professional Publishing
  4596. ‚Ñ¢Business Filevision
  4597. ‚Ñ¢C-Scan
  4598. ‚Ñ¢CAM
  4599. ‚Ñ¢CL/1
  4600. ‚Ñ¢Canvas
  4601. ‚Ñ¢Chart
  4602. ‚Ñ¢Chem3D
  4603. ‚Ñ¢ChemDraw
  4604. ‚Ñ¢Claris CAD
  4605. ‚Ñ¢CompServe
  4606. ‚Ñ¢Cricket Draw
  4607. ‚Ñ¢Cricket Graph
  4608. ‚Ñ¢Cricket Presents
  4609. ‚Ñ¢Crosfield Lightspeed
  4610. ‚Ñ¢DataFlash
  4611. ‚Ñ¢DataViz
  4612. ‚Ñ¢DaynaFile
  4613. ‚Ñ¢dBase Mac
  4614. ‚Ñ¢Desktop Express
  4615. ‚Ñ¢Digital Darkroom
  4616. ‚Ñ¢Dimensions
  4617. ‚Ñ¢Director
  4618. ‚Ñ¢Double Helix
  4619. ‚Ñ¢Double Helix II
  4620. ‚Ñ¢Douglas CAD/CAM
  4621. ‚Ñ¢DynaComm
  4622. ‚Ñ¢DynaPerspective
  4623. ‚Ñ¢Easy3D
  4624. ‚Ñ¢Excel
  4625. ‚Ñ¢Fast Forms
  4626. ‚Ñ¢FileMaker
  4627. ‚Ñ¢FileMaker 4
  4628. ‚Ñ¢FileMaker II
  4629. ‚Ñ¢FileMaker Plus
  4630. ‚Ñ¢Focal Point
  4631. ‚Ñ¢Fontographer
  4632. ‚Ñ¢Forms Manager
  4633. ‚Ñ¢Foxbase Plus/Mac
  4634. ‚Ñ¢Freehand
  4635. ‚Ñ¢Freehand II
  4636. ‚Ñ¢FullPaint
  4637. ‚Ñ¢FullWrite Professional
  4638. ‚Ñ¢Glue
  4639. ‚Ñ¢Great Plains Accounting
  4640. ‚Ñ¢HyperCard
  4641. ‚Ñ¢HyperSound
  4642. ‚Ñ¢Illustrator
  4643. ‚Ñ¢Illustrator 88
  4644. ‚Ñ¢ImageStudio
  4645. ‚Ñ¢InBox
  4646. ‚Ñ¢Insight
  4647. ‚Ñ¢InterLeaf
  4648. ™Inter•Poll
  4649. ‚Ñ¢Jazz
  4650. ‚Ñ¢Kermit File Transfer
  4651. ‚Ñ¢LaserPaint
  4652. ‚Ñ¢Level 5
  4653. ‚Ñ¢LOGO
  4654. ‚Ñ¢Lab Master II
  4655. ‚Ñ¢LabView
  4656. ‚Ñ¢LegalWare
  4657. ‚Ñ¢LightspeedC
  4658. ‚Ñ¢LogicWorks
  4659. ‚Ñ¢Lotus 1.2.3.
  4660. ‚Ñ¢MCI Mail
  4661. ‚Ñ¢MGM Station CAD/CAM
  4662. ‚Ñ¢MORE
  4663. ‚Ñ¢MORE II
  4664. ‚Ñ¢MPW Pascal
  4665. ‚Ñ¢Mac240
  4666. ‚Ñ¢Mac3D
  4667. ‚Ñ¢MacAPP
  4668. ‚Ñ¢MacAPPC
  4669. ‚Ñ¢MacArchitrion
  4670. ‚Ñ¢MacDraft
  4671. ‚Ñ¢MacDraw
  4672. ‚Ñ¢MacDraw II
  4673. ‚Ñ¢MacGraph
  4674. ‚Ñ¢MacIRMA
  4675. ‚Ñ¢MacImage
  4676. ‚Ñ¢MacLink
  4677. ‚Ñ¢MacLink Plus
  4678. ‚Ñ¢MacMainFrame
  4679. ‚Ñ¢MacMoney
  4680. ‚Ñ¢MacNet
  4681. ‚Ñ¢MacPaint
  4682. ‚Ñ¢MacPlots II
  4683. ‚Ñ¢MacProject
  4684. ‚Ñ¢MacProject II
  4685. ‚Ñ¢MacPublisher
  4686. ‚Ñ¢MacTerminal
  4687. ‚Ñ¢MacTex
  4688. ‚Ñ¢MacVision
  4689. ‚Ñ¢MacWindows
  4690. ‚Ñ¢MacWorkStation
  4691. ‚Ñ¢MacWrite
  4692. ‚Ñ¢MacWrite II
  4693. ‚Ñ¢MegaForm
  4694. ‚Ñ¢MicroPhone
  4695. ‚Ñ¢MicroPlanner
  4696. ‚Ñ¢MicroSoft Mail
  4697. ‚Ñ¢MiniCad
  4698. ‚Ñ¢MiniCad Plus
  4699. ‚Ñ¢Mr. Runsheet
  4700. ‚Ñ¢MultiPlan
  4701. ‚Ñ¢Nexpert
  4702. ‚Ñ¢Nitro
  4703. ‚Ñ¢Oasis
  4704. ‚Ñ¢Odesta Doc Mgmnt
  4705. ‚Ñ¢Omnis 3
  4706. ‚Ñ¢Omnis 3 Plus
  4707. ‚Ñ¢On Cue
  4708. ‚Ñ¢Oracle
  4709. ‚Ñ¢OverVue
  4710. ‚Ñ¢Paginator
  4711. ‚Ñ¢PASCAL
  4712. ‚Ñ¢PacerLink
  4713. ‚Ñ¢PacerShare
  4714. ‚Ñ¢Page One
  4715. ‚Ñ¢PageMaker
  4716. ‚Ñ¢Pegasys
  4717. ‚Ñ¢Persuasion
  4718. ‚Ñ¢Pict-O-Graph
  4719. ‚Ñ¢Pixel Paint
  4720. ‚Ñ¢PowerDraw
  4721. ‚Ñ¢PowerPoint
  4722. ‚Ñ¢Print Share
  4723. ‚Ñ¢Pro3D
  4724. ‚Ñ¢Problem Knowledge Coupler
  4725. ‚Ñ¢QuarkXpress
  4726. ‚Ñ¢QuickMail
  4727. ‚Ñ¢Ready Set Go!
  4728. ‚Ñ¢Red Ryder
  4729. ‚Ñ¢Reflex
  4730. ‚Ñ¢Reflex Plus
  4731. ‚Ñ¢SNAP!
  4732. ‚Ñ¢SideKick
  4733. ‚Ñ¢SmartCom
  4734. ‚Ñ¢SmartCom II
  4735. ‚Ñ¢StatView
  4736. ‚Ñ¢Stats Tool Kit
  4737. ‚Ñ¢Studio 8
  4738. ‚Ñ¢Suitcase 2.0
  4739. ‚Ñ¢Super3D
  4740. ‚Ñ¢SuperCard
  4741. ‚Ñ¢SuperPaint
  4742. ‚Ñ¢Swivel 3D
  4743. ‚Ñ¢TACTICS
  4744. ‚Ñ¢TK Solver
  4745. ‚Ñ¢TOPS
  4746. ‚Ñ¢Tempo
  4747. ‚Ñ¢The Electronic Publisher
  4748. ‚Ñ¢The Scientific Desk
  4749. ‚Ñ¢ThunderScan
  4750. ‚Ñ¢Timbuktu
  4751. ‚Ñ¢Trapeze
  4752. ‚Ñ¢UNIX
  4753. ‚Ñ¢UltraOffice
  4754. ‚Ñ¢VT240
  4755. ‚Ñ¢VersaTerm-Pro
  4756. ‚Ñ¢Versacad
  4757. ‚Ñ¢VideoWorks
  4758. ‚Ñ¢VideoWorks II
  4759. ‚Ñ¢Visionary
  4760. ‚Ñ¢Westlaw
  4761. ‚Ñ¢Wingz
  4762. ‚Ñ¢Word
  4763. ‚Ñ¢Word Perfect
  4764. ‚Ñ¢Works
  4765. ‚Ñ¢WriteNow
  4766. ‚Ñ¢Other
  4767.  
  4768. -- part contents for card part 97
  4769. ----- text -----
  4770. ‚Ñ¢4th Dimension
  4771. ‚Ñ¢AlisaShare
  4772. ‚Ñ¢AlisaTalk
  4773. ‚Ñ¢AlisaTerminal
  4774. ‚Ñ¢Allegro
  4775. ‚Ñ¢AppleLine
  4776. ‚Ñ¢AppleLink
  4777. ‚Ñ¢AppleShare
  4778. ‚Ñ¢Archicad
  4779. ‚Ñ¢AutoCAD
  4780. ‚Ñ¢BASIC
  4781. ‚Ñ¢Bedford Professional Publishing
  4782. ‚Ñ¢Business Filevision
  4783. ‚Ñ¢C-Scan
  4784. ‚Ñ¢CAM
  4785. ‚Ñ¢CL/1
  4786. ‚Ñ¢Canvas
  4787. ‚Ñ¢Chart
  4788. ‚Ñ¢Chem3D
  4789. ‚Ñ¢ChemDraw
  4790. ‚Ñ¢Claris CAD
  4791. ‚Ñ¢CompServe
  4792. ‚Ñ¢Cricket Draw
  4793. ‚Ñ¢Cricket Graph
  4794. ‚Ñ¢Cricket Presents
  4795. ‚Ñ¢Crosfield Lightspeed
  4796. ‚Ñ¢DataFlash
  4797. ‚Ñ¢DataViz
  4798. ‚Ñ¢DaynaFile
  4799. ‚Ñ¢dBase Mac
  4800. ‚Ñ¢Desktop Express
  4801. ‚Ñ¢Digital Darkroom
  4802. ‚Ñ¢Dimensions
  4803. ‚Ñ¢Director
  4804. ‚Ñ¢Double Helix
  4805. ‚Ñ¢Double Helix II
  4806. ‚Ñ¢Douglas CAD/CAM
  4807. ‚Ñ¢DynaComm
  4808. ‚Ñ¢DynaPerspective
  4809. ‚Ñ¢Easy3D
  4810. ‚Ñ¢Excel
  4811. ‚Ñ¢Fast Forms
  4812. ‚Ñ¢FileMaker
  4813. ‚Ñ¢FileMaker 4
  4814. ‚Ñ¢FileMaker II
  4815. ‚Ñ¢FileMaker Plus
  4816. ‚Ñ¢Focal Point
  4817. ‚Ñ¢Fontographer
  4818. ‚Ñ¢Forms Manager
  4819. ‚Ñ¢Foxbase Plus/Mac
  4820. ‚Ñ¢Freehand
  4821. ‚Ñ¢Freehand II
  4822. ‚Ñ¢FullPaint
  4823. ‚Ñ¢FullWrite Professional
  4824. ‚Ñ¢Glue
  4825. ‚Ñ¢Great Plains Accounting
  4826. ‚Ñ¢HyperCard
  4827. ‚Ñ¢HyperSound
  4828. ‚Ñ¢Illustrator
  4829. ‚Ñ¢Illustrator 88
  4830. ‚Ñ¢ImageStudio
  4831. ‚Ñ¢InBox
  4832. ‚Ñ¢Insight
  4833. ‚Ñ¢InterLeaf
  4834. ™Inter•Poll
  4835. ‚Ñ¢Jazz
  4836. ‚Ñ¢Kermit File Transfer
  4837. ‚Ñ¢LaserPaint
  4838. ‚Ñ¢Level 5
  4839. ‚Ñ¢LOGO
  4840. ‚Ñ¢Lab Master II
  4841. ‚Ñ¢LabView
  4842. ‚Ñ¢LegalWare
  4843. ‚Ñ¢LightspeedC
  4844. ‚Ñ¢LogicWorks
  4845. ‚Ñ¢Lotus 1.2.3.
  4846. ‚Ñ¢MCI Mail
  4847. ‚Ñ¢MGM Station CAD/CAM
  4848. ‚Ñ¢MORE
  4849. ‚Ñ¢MORE II
  4850. ‚Ñ¢MPW Pascal
  4851. ‚Ñ¢Mac240
  4852. ‚Ñ¢Mac3D
  4853. ‚Ñ¢MacAPP
  4854. ‚Ñ¢MacAPPC
  4855. ‚Ñ¢MacArchitrion
  4856. ‚Ñ¢MacDraft
  4857. ‚Ñ¢MacDraw
  4858. ‚Ñ¢MacDraw II
  4859. ‚Ñ¢MacGraph
  4860. ‚Ñ¢MacIRMA
  4861. ‚Ñ¢MacImage
  4862. ‚Ñ¢MacLink
  4863. ‚Ñ¢MacLink Plus
  4864. ‚Ñ¢MacMainFrame
  4865. ‚Ñ¢MacMoney
  4866. ‚Ñ¢MacNet
  4867. ‚Ñ¢MacPaint
  4868. ‚Ñ¢MacPlots II
  4869. ‚Ñ¢MacProject
  4870. ‚Ñ¢MacProject II
  4871. ‚Ñ¢MacPublisher
  4872. ‚Ñ¢MacTerminal
  4873. ‚Ñ¢MacTex
  4874. ‚Ñ¢MacVision
  4875. ‚Ñ¢MacWindows
  4876. ‚Ñ¢MacWorkStation
  4877. ‚Ñ¢MacWrite
  4878. ‚Ñ¢MacWrite II
  4879. ‚Ñ¢MegaForm
  4880. ‚Ñ¢MicroPhone
  4881. ‚Ñ¢MicroPlanner
  4882. ‚Ñ¢MicroSoft Mail
  4883. ‚Ñ¢MiniCad
  4884. ‚Ñ¢MiniCad Plus
  4885. ‚Ñ¢Mr. Runsheet
  4886. ‚Ñ¢MultiPlan
  4887. ‚Ñ¢Nexpert
  4888. ‚Ñ¢Nitro
  4889. ‚Ñ¢Oasis
  4890. ‚Ñ¢Odesta Doc Mgmnt
  4891. ‚Ñ¢Omnis 3
  4892. ‚Ñ¢Omnis 3 Plus
  4893. ‚Ñ¢On Cue
  4894. ‚Ñ¢Oracle
  4895. ‚Ñ¢OverVue
  4896. ‚Ñ¢Paginator
  4897. ‚Ñ¢PASCAL
  4898. ‚Ñ¢PacerLink
  4899. ‚Ñ¢PacerShare
  4900. ‚Ñ¢Page One
  4901. ‚Ñ¢PageMaker
  4902. ‚Ñ¢Pegasys
  4903. ‚Ñ¢Persuasion
  4904. ‚Ñ¢Pict-O-Graph
  4905. ‚Ñ¢Pixel Paint
  4906. ‚Ñ¢PowerDraw
  4907. ‚Ñ¢PowerPoint
  4908. ‚Ñ¢Print Share
  4909. ‚Ñ¢Pro3D
  4910. ‚Ñ¢Problem Knowledge Coupler
  4911. ‚Ñ¢QuarkXpress
  4912. ‚Ñ¢QuickMail
  4913. ‚Ñ¢Ready Set Go!
  4914. ‚Ñ¢Red Ryder
  4915. ‚Ñ¢Reflex
  4916. ‚Ñ¢Reflex Plus
  4917. ‚Ñ¢SNAP!
  4918. ‚Ñ¢SideKick
  4919. ‚Ñ¢SmartCom
  4920. ‚Ñ¢SmartCom II
  4921. ‚Ñ¢StatView
  4922. ‚Ñ¢Stats Tool Kit
  4923. ‚Ñ¢Studio 8
  4924. ‚Ñ¢Suitcase 2.0
  4925. ‚Ñ¢Super3D
  4926. ‚Ñ¢SuperCard
  4927. ‚Ñ¢SuperPaint
  4928. ‚Ñ¢Swivel 3D
  4929. ‚Ñ¢TACTICS
  4930. ‚Ñ¢TK Solver
  4931. ‚Ñ¢TOPS
  4932. ‚Ñ¢Tempo
  4933. ‚Ñ¢The Electronic Publisher
  4934. ‚Ñ¢The Scientific Desk
  4935. ‚Ñ¢ThunderScan
  4936. ‚Ñ¢Timbuktu
  4937. ‚Ñ¢Trapeze
  4938. ‚Ñ¢UNIX
  4939. ‚Ñ¢UltraOffice
  4940. ‚Ñ¢VT240
  4941. ‚Ñ¢VersaTerm-Pro
  4942. ‚Ñ¢Versacad
  4943. ‚Ñ¢VideoWorks
  4944. ‚Ñ¢VideoWorks II
  4945. ‚Ñ¢Visionary
  4946. ‚Ñ¢Westlaw
  4947. ‚Ñ¢Wingz
  4948. ‚Ñ¢Word
  4949. ‚Ñ¢Word Perfect
  4950. ‚Ñ¢Works
  4951. ‚Ñ¢WriteNow
  4952. ‚Ñ¢Other
  4953.  
  4954. -- part contents for card part 98
  4955. ----- text -----
  4956. ‚Ñ¢4th Dimension
  4957. ‚Ñ¢AlisaShare
  4958. ‚Ñ¢AlisaTalk
  4959. ‚Ñ¢AlisaTerminal
  4960. ‚Ñ¢Allegro
  4961. ‚Ñ¢AppleLine
  4962. ‚Ñ¢AppleLink
  4963. ‚Ñ¢AppleShare
  4964. ‚Ñ¢Archicad
  4965. ‚Ñ¢AutoCAD
  4966. ‚Ñ¢BASIC
  4967. ‚Ñ¢Bedford Professional Publishing
  4968. ‚Ñ¢Business Filevision
  4969. ‚Ñ¢C-Scan
  4970. ‚Ñ¢CAM
  4971. ‚Ñ¢CL/1
  4972. ‚Ñ¢Canvas
  4973. ‚Ñ¢Chart
  4974. ‚Ñ¢Chem3D
  4975. ‚Ñ¢ChemDraw
  4976. ‚Ñ¢Claris CAD
  4977. ‚Ñ¢CompServe
  4978. ‚Ñ¢Cricket Draw
  4979. ‚Ñ¢Cricket Graph
  4980. ‚Ñ¢Cricket Presents
  4981. ‚Ñ¢Crosfield Lightspeed
  4982. ‚Ñ¢DataFlash
  4983. ‚Ñ¢DataViz
  4984. ‚Ñ¢DaynaFile
  4985. ‚Ñ¢dBase Mac
  4986. ‚Ñ¢Desktop Express
  4987. ‚Ñ¢Digital Darkroom
  4988. ‚Ñ¢Dimensions
  4989. ‚Ñ¢Director
  4990. ‚Ñ¢Double Helix
  4991. ‚Ñ¢Double Helix II
  4992. ‚Ñ¢Douglas CAD/CAM
  4993. ‚Ñ¢DynaComm
  4994. ‚Ñ¢DynaPerspective
  4995. ‚Ñ¢Easy3D
  4996. ‚Ñ¢Excel
  4997. ‚Ñ¢Fast Forms
  4998. ‚Ñ¢FileMaker
  4999. ‚Ñ¢FileMaker 4
  5000. ‚Ñ¢FileMaker II
  5001. ‚Ñ¢FileMaker Plus
  5002. ‚Ñ¢Focal Point
  5003. ‚Ñ¢Fontographer
  5004. ‚Ñ¢Forms Manager
  5005. ‚Ñ¢Foxbase Plus/Mac
  5006. ‚Ñ¢Freehand
  5007. ‚Ñ¢Freehand II
  5008. ‚Ñ¢FullPaint
  5009. ‚Ñ¢FullWrite Professional
  5010. ‚Ñ¢Glue
  5011. ‚Ñ¢Great Plains Accounting
  5012. ‚Ñ¢HyperCard
  5013. ‚Ñ¢HyperSound
  5014. ‚Ñ¢Illustrator
  5015. ‚Ñ¢Illustrator 88
  5016. ‚Ñ¢ImageStudio
  5017. ‚Ñ¢InBox
  5018. ‚Ñ¢Insight
  5019. ‚Ñ¢InterLeaf
  5020. ™Inter•Poll
  5021. ‚Ñ¢Jazz
  5022. ‚Ñ¢Kermit File Transfer
  5023. ‚Ñ¢LaserPaint
  5024. ‚Ñ¢Level 5
  5025. ‚Ñ¢LOGO
  5026. ‚Ñ¢Lab Master II
  5027. ‚Ñ¢LabView
  5028. ‚Ñ¢LegalWare
  5029. ‚Ñ¢LightspeedC
  5030. ‚Ñ¢LogicWorks
  5031. ‚Ñ¢Lotus 1.2.3.
  5032. ‚Ñ¢MCI Mail
  5033. ‚Ñ¢MGM Station CAD/CAM
  5034. ‚Ñ¢MORE
  5035. ‚Ñ¢MORE II
  5036. ‚Ñ¢MPW Pascal
  5037. ‚Ñ¢Mac240
  5038. ‚Ñ¢Mac3D
  5039. ‚Ñ¢MacAPP
  5040. ‚Ñ¢MacAPPC
  5041. ‚Ñ¢MacArchitrion
  5042. ‚Ñ¢MacDraft
  5043. ‚Ñ¢MacDraw
  5044. ‚Ñ¢MacDraw II
  5045. ‚Ñ¢MacGraph
  5046. ‚Ñ¢MacIRMA
  5047. ‚Ñ¢MacImage
  5048. ‚Ñ¢MacLink
  5049. ‚Ñ¢MacLink Plus
  5050. ‚Ñ¢MacMainFrame
  5051. ‚Ñ¢MacMoney
  5052. ‚Ñ¢MacNet
  5053. ‚Ñ¢MacPaint
  5054. ‚Ñ¢MacPlots II
  5055. ‚Ñ¢MacProject
  5056. ‚Ñ¢MacProject II
  5057. ‚Ñ¢MacPublisher
  5058. ‚Ñ¢MacTerminal
  5059. ‚Ñ¢MacTex
  5060. ‚Ñ¢MacVision
  5061. ‚Ñ¢MacWindows
  5062. ‚Ñ¢MacWorkStation
  5063. ‚Ñ¢MacWrite
  5064. ‚Ñ¢MacWrite II
  5065. ‚Ñ¢MegaForm
  5066. ‚Ñ¢MicroPhone
  5067. ‚Ñ¢MicroPlanner
  5068. ‚Ñ¢MicroSoft Mail
  5069. ‚Ñ¢MiniCad
  5070. ‚Ñ¢MiniCad Plus
  5071. ‚Ñ¢Mr. Runsheet
  5072. ‚Ñ¢MultiPlan
  5073. ‚Ñ¢Nexpert
  5074. ‚Ñ¢Nitro
  5075. ‚Ñ¢Oasis
  5076. ‚Ñ¢Odesta Doc Mgmnt
  5077. ‚Ñ¢Omnis 3
  5078. ‚Ñ¢Omnis 3 Plus
  5079. ‚Ñ¢On Cue
  5080. ‚Ñ¢Oracle
  5081. ‚Ñ¢OverVue
  5082. ‚Ñ¢Paginator
  5083. ‚Ñ¢PASCAL
  5084. ‚Ñ¢PacerLink
  5085. ‚Ñ¢PacerShare
  5086. ‚Ñ¢Page One
  5087. ‚Ñ¢PageMaker
  5088. ‚Ñ¢Pegasys
  5089. ‚Ñ¢Persuasion
  5090. ‚Ñ¢Pict-O-Graph
  5091. ‚Ñ¢Pixel Paint
  5092. ‚Ñ¢PowerDraw
  5093. ‚Ñ¢PowerPoint
  5094. ‚Ñ¢Print Share
  5095. ‚Ñ¢Pro3D
  5096. ‚Ñ¢Problem Knowledge Coupler
  5097. ‚Ñ¢QuarkXpress
  5098. ‚Ñ¢QuickMail
  5099. ‚Ñ¢Ready Set Go!
  5100. ‚Ñ¢Red Ryder
  5101. ‚Ñ¢Reflex
  5102. ‚Ñ¢Reflex Plus
  5103. ‚Ñ¢SNAP!
  5104. ‚Ñ¢SideKick
  5105. ‚Ñ¢SmartCom
  5106. ‚Ñ¢SmartCom II
  5107. ‚Ñ¢StatView
  5108. ‚Ñ¢Stats Tool Kit
  5109. ‚Ñ¢Studio 8
  5110. ‚Ñ¢Suitcase 2.0
  5111. ‚Ñ¢Super3D
  5112. ‚Ñ¢SuperCard
  5113. ‚Ñ¢SuperPaint
  5114. ‚Ñ¢Swivel 3D
  5115. ‚Ñ¢TACTICS
  5116. ‚Ñ¢TK Solver
  5117. ‚Ñ¢TOPS
  5118. ‚Ñ¢Tempo
  5119. ‚Ñ¢The Electronic Publisher
  5120. ‚Ñ¢The Scientific Desk
  5121. ‚Ñ¢ThunderScan
  5122. ‚Ñ¢Timbuktu
  5123. ‚Ñ¢Trapeze
  5124. ‚Ñ¢UNIX
  5125. ‚Ñ¢UltraOffice
  5126. ‚Ñ¢VT240
  5127. ‚Ñ¢VersaTerm-Pro
  5128. ‚Ñ¢Versacad
  5129. ‚Ñ¢VideoWorks
  5130. ‚Ñ¢VideoWorks II
  5131. ‚Ñ¢Visionary
  5132. ‚Ñ¢Westlaw
  5133. ‚Ñ¢Wingz
  5134. ‚Ñ¢Word
  5135. ‚Ñ¢Word Perfect
  5136. ‚Ñ¢Works
  5137. ‚Ñ¢WriteNow
  5138. ‚Ñ¢Other
  5139.  
  5140. -- part contents for card part 99
  5141. ----- text -----
  5142. ‚Ñ¢4th Dimension
  5143. ‚Ñ¢AlisaShare
  5144. ‚Ñ¢AlisaTalk
  5145. ‚Ñ¢AlisaTerminal
  5146. ‚Ñ¢Allegro
  5147. ‚Ñ¢AppleLine
  5148. ‚Ñ¢AppleLink
  5149. ‚Ñ¢AppleShare
  5150. ‚Ñ¢Archicad
  5151. ‚Ñ¢AutoCAD
  5152. ‚Ñ¢BASIC
  5153. ‚Ñ¢Bedford Professional Publishing
  5154. ‚Ñ¢Business Filevision
  5155. ‚Ñ¢C-Scan
  5156. ‚Ñ¢CAM
  5157. ‚Ñ¢CL/1
  5158. ‚Ñ¢Canvas
  5159. ‚Ñ¢Chart
  5160. ‚Ñ¢Chem3D
  5161. ‚Ñ¢ChemDraw
  5162. ‚Ñ¢Claris CAD
  5163. ‚Ñ¢CompServe
  5164. ‚Ñ¢Cricket Draw
  5165. ‚Ñ¢Cricket Graph
  5166. ‚Ñ¢Cricket Presents
  5167. ‚Ñ¢Crosfield Lightspeed
  5168. ‚Ñ¢DataFlash
  5169. ‚Ñ¢DataViz
  5170. ‚Ñ¢DaynaFile
  5171. ‚Ñ¢dBase Mac
  5172. ‚Ñ¢Desktop Express
  5173. ‚Ñ¢Digital Darkroom
  5174. ‚Ñ¢Dimensions
  5175. ‚Ñ¢Director
  5176. ‚Ñ¢Double Helix
  5177. ‚Ñ¢Double Helix II
  5178. ‚Ñ¢Douglas CAD/CAM
  5179. ‚Ñ¢DynaComm
  5180. ‚Ñ¢DynaPerspective
  5181. ‚Ñ¢Easy3D
  5182. ‚Ñ¢Excel
  5183. ‚Ñ¢Fast Forms
  5184. ‚Ñ¢FileMaker
  5185. ‚Ñ¢FileMaker 4
  5186. ‚Ñ¢FileMaker II
  5187. ‚Ñ¢FileMaker Plus
  5188. ‚Ñ¢Focal Point
  5189. ‚Ñ¢Fontographer
  5190. ‚Ñ¢Forms Manager
  5191. ‚Ñ¢Foxbase Plus/Mac
  5192. ‚Ñ¢Freehand
  5193. ‚Ñ¢Freehand II
  5194. ‚Ñ¢FullPaint
  5195. ‚Ñ¢FullWrite Professional
  5196. ‚Ñ¢Glue
  5197. ‚Ñ¢Great Plains Accounting
  5198. ‚Ñ¢HyperCard
  5199. ‚Ñ¢HyperSound
  5200. ‚Ñ¢Illustrator
  5201. ‚Ñ¢Illustrator 88
  5202. ‚Ñ¢ImageStudio
  5203. ‚Ñ¢InBox
  5204. ‚Ñ¢Insight
  5205. ‚Ñ¢InterLeaf
  5206. ™Inter•Poll
  5207. ‚Ñ¢Jazz
  5208. ‚Ñ¢Kermit File Transfer
  5209. ‚Ñ¢LaserPaint
  5210. ‚Ñ¢Level 5
  5211. ‚Ñ¢LOGO
  5212. ‚Ñ¢Lab Master II
  5213. ‚Ñ¢LabView
  5214. ‚Ñ¢LegalWare
  5215. ‚Ñ¢LightspeedC
  5216. ‚Ñ¢LogicWorks
  5217. ‚Ñ¢Lotus 1.2.3.
  5218. ‚Ñ¢MCI Mail
  5219. ‚Ñ¢MGM Station CAD/CAM
  5220. ‚Ñ¢MORE
  5221. ‚Ñ¢MORE II
  5222. ‚Ñ¢MPW Pascal
  5223. ‚Ñ¢Mac240
  5224. ‚Ñ¢Mac3D
  5225. ‚Ñ¢MacAPP
  5226. ‚Ñ¢MacAPPC
  5227. ‚Ñ¢MacArchitrion
  5228. ‚Ñ¢MacDraft
  5229. ‚Ñ¢MacDraw
  5230. ‚Ñ¢MacDraw II
  5231. ‚Ñ¢MacGraph
  5232. ‚Ñ¢MacIRMA
  5233. ‚Ñ¢MacImage
  5234. ‚Ñ¢MacLink
  5235. ‚Ñ¢MacLink Plus
  5236. ‚Ñ¢MacMainFrame
  5237. ‚Ñ¢MacMoney
  5238. ‚Ñ¢MacNet
  5239. ‚Ñ¢MacPaint
  5240. ‚Ñ¢MacPlots II
  5241. ‚Ñ¢MacProject
  5242. ‚Ñ¢MacProject II
  5243. ‚Ñ¢MacPublisher
  5244. ‚Ñ¢MacTerminal
  5245. ‚Ñ¢MacTex
  5246. ‚Ñ¢MacVision
  5247. ‚Ñ¢MacWindows
  5248. ‚Ñ¢MacWorkStation
  5249. ‚Ñ¢MacWrite
  5250. ‚Ñ¢MacWrite II
  5251. ‚Ñ¢MegaForm
  5252. ‚Ñ¢MicroPhone
  5253. ‚Ñ¢MicroPlanner
  5254. ‚Ñ¢MicroSoft Mail
  5255. ‚Ñ¢MiniCad
  5256. ‚Ñ¢MiniCad Plus
  5257. ‚Ñ¢Mr. Runsheet
  5258. ‚Ñ¢MultiPlan
  5259. ‚Ñ¢Nexpert
  5260. ‚Ñ¢Nitro
  5261. ‚Ñ¢Oasis
  5262. ‚Ñ¢Odesta Doc Mgmnt
  5263. ‚Ñ¢Omnis 3
  5264. ‚Ñ¢Omnis 3 Plus
  5265. ‚Ñ¢On Cue
  5266. ‚Ñ¢Oracle
  5267. ‚Ñ¢OverVue
  5268. ‚Ñ¢Paginator
  5269. ‚Ñ¢PASCAL
  5270. ‚Ñ¢PacerLink
  5271. ‚Ñ¢PacerShare
  5272. ‚Ñ¢Page One
  5273. ‚Ñ¢PageMaker
  5274. ‚Ñ¢Pegasys
  5275. ‚Ñ¢Persuasion
  5276. ‚Ñ¢Pict-O-Graph
  5277. ‚Ñ¢Pixel Paint
  5278. ‚Ñ¢PowerDraw
  5279. ‚Ñ¢PowerPoint
  5280. ‚Ñ¢Print Share
  5281. ‚Ñ¢Pro3D
  5282. ‚Ñ¢Problem Knowledge Coupler
  5283. ‚Ñ¢QuarkXpress
  5284. ‚Ñ¢QuickMail
  5285. ‚Ñ¢Ready Set Go!
  5286. ‚Ñ¢Red Ryder
  5287. ‚Ñ¢Reflex
  5288. ‚Ñ¢Reflex Plus
  5289. ‚Ñ¢SNAP!
  5290. ‚Ñ¢SideKick
  5291. ‚Ñ¢SmartCom
  5292. ‚Ñ¢SmartCom II
  5293. ‚Ñ¢StatView
  5294. ‚Ñ¢Stats Tool Kit
  5295. ‚Ñ¢Studio 8
  5296. ‚Ñ¢Suitcase 2.0
  5297. ‚Ñ¢Super3D
  5298. ‚Ñ¢SuperCard
  5299. ‚Ñ¢SuperPaint
  5300. ‚Ñ¢Swivel 3D
  5301. ‚Ñ¢TACTICS
  5302. ‚Ñ¢TK Solver
  5303. ‚Ñ¢TOPS
  5304. ‚Ñ¢Tempo
  5305. ‚Ñ¢The Electronic Publisher
  5306. ‚Ñ¢The Scientific Desk
  5307. ‚Ñ¢ThunderScan
  5308. ‚Ñ¢Timbuktu
  5309. ‚Ñ¢Trapeze
  5310. ‚Ñ¢UNIX
  5311. ‚Ñ¢UltraOffice
  5312. ‚Ñ¢VT240
  5313. ‚Ñ¢VersaTerm-Pro
  5314. ‚Ñ¢Versacad
  5315. ‚Ñ¢VideoWorks
  5316. ‚Ñ¢VideoWorks II
  5317. ‚Ñ¢Visionary
  5318. ‚Ñ¢Westlaw
  5319. ‚Ñ¢Wingz
  5320. ‚Ñ¢Word
  5321. ‚Ñ¢Word Perfect
  5322. ‚Ñ¢Works
  5323. ‚Ñ¢WriteNow
  5324. ‚Ñ¢Other
  5325.  
  5326. -- part contents for card part 100
  5327. ----- text -----
  5328. ‚Ñ¢4th Dimension
  5329. ‚Ñ¢AlisaShare
  5330. ‚Ñ¢AlisaTalk
  5331. ‚Ñ¢AlisaTerminal
  5332. ‚Ñ¢Allegro
  5333. ‚Ñ¢AppleLine
  5334. ‚Ñ¢AppleLink
  5335. ‚Ñ¢AppleShare
  5336. ‚Ñ¢Archicad
  5337. ‚Ñ¢AutoCAD
  5338. ‚Ñ¢BASIC
  5339. ‚Ñ¢Bedford Professional Publishing
  5340. ‚Ñ¢Business Filevision
  5341. ‚Ñ¢C-Scan
  5342. ‚Ñ¢CAM
  5343. ‚Ñ¢CL/1
  5344. ‚Ñ¢Canvas
  5345. ‚Ñ¢Chart
  5346. ‚Ñ¢Chem3D
  5347. ‚Ñ¢ChemDraw
  5348. ‚Ñ¢Claris CAD
  5349. ‚Ñ¢CompServe
  5350. ‚Ñ¢Cricket Draw
  5351. ‚Ñ¢Cricket Graph
  5352. ‚Ñ¢Cricket Presents
  5353. ‚Ñ¢Crosfield Lightspeed
  5354. ‚Ñ¢DataFlash
  5355. ‚Ñ¢DataViz
  5356. ‚Ñ¢DaynaFile
  5357. ‚Ñ¢dBase Mac
  5358. ‚Ñ¢Desktop Express
  5359. ‚Ñ¢Digital Darkroom
  5360. ‚Ñ¢Dimensions
  5361. ‚Ñ¢Director
  5362. ‚Ñ¢Double Helix
  5363. ‚Ñ¢Double Helix II
  5364. ‚Ñ¢Douglas CAD/CAM
  5365. ‚Ñ¢DynaComm
  5366. ‚Ñ¢DynaPerspective
  5367. ‚Ñ¢Easy3D
  5368. ‚Ñ¢Excel
  5369. ‚Ñ¢Fast Forms
  5370. ‚Ñ¢FileMaker
  5371. ‚Ñ¢FileMaker 4
  5372. ‚Ñ¢FileMaker II
  5373. ‚Ñ¢FileMaker Plus
  5374. ‚Ñ¢Focal Point
  5375. ‚Ñ¢Fontographer
  5376. ‚Ñ¢Forms Manager
  5377. ‚Ñ¢Foxbase Plus/Mac
  5378. ‚Ñ¢Freehand
  5379. ‚Ñ¢Freehand II
  5380. ‚Ñ¢FullPaint
  5381. ‚Ñ¢FullWrite Professional
  5382. ‚Ñ¢Glue
  5383. ‚Ñ¢Great Plains Accounting
  5384. ‚Ñ¢HyperCard
  5385. ‚Ñ¢HyperSound
  5386. ‚Ñ¢Illustrator
  5387. ‚Ñ¢Illustrator 88
  5388. ‚Ñ¢ImageStudio
  5389. ‚Ñ¢InBox
  5390. ‚Ñ¢Insight
  5391. ‚Ñ¢InterLeaf
  5392. ™Inter•Poll
  5393. ‚Ñ¢Jazz
  5394. ‚Ñ¢Kermit File Transfer
  5395. ‚Ñ¢LaserPaint
  5396. ‚Ñ¢Level 5
  5397. ‚Ñ¢LOGO
  5398. ‚Ñ¢Lab Master II
  5399. ‚Ñ¢LabView
  5400. ‚Ñ¢LegalWare
  5401. ‚Ñ¢LightspeedC
  5402. ‚Ñ¢LogicWorks
  5403. ‚Ñ¢Lotus 1.2.3.
  5404. ‚Ñ¢MCI Mail
  5405. ‚Ñ¢MGM Station CAD/CAM
  5406. ‚Ñ¢MORE
  5407. ‚Ñ¢MORE II
  5408. ‚Ñ¢MPW Pascal
  5409. ‚Ñ¢Mac240
  5410. ‚Ñ¢Mac3D
  5411. ‚Ñ¢MacAPP
  5412. ‚Ñ¢MacAPPC
  5413. ‚Ñ¢MacArchitrion
  5414. ‚Ñ¢MacDraft
  5415. ‚Ñ¢MacDraw
  5416. ‚Ñ¢MacDraw II
  5417. ‚Ñ¢MacGraph
  5418. ‚Ñ¢MacIRMA
  5419. ‚Ñ¢MacImage
  5420. ‚Ñ¢MacLink
  5421. ‚Ñ¢MacLink Plus
  5422. ‚Ñ¢MacMainFrame
  5423. ‚Ñ¢MacMoney
  5424. ‚Ñ¢MacNet
  5425. ‚Ñ¢MacPaint
  5426. ‚Ñ¢MacPlots II
  5427. ‚Ñ¢MacProject
  5428. ‚Ñ¢MacProject II
  5429. ‚Ñ¢MacPublisher
  5430. ‚Ñ¢MacTerminal
  5431. ‚Ñ¢MacTex
  5432. ‚Ñ¢MacVision
  5433. ‚Ñ¢MacWindows
  5434. ‚Ñ¢MacWorkStation
  5435. ‚Ñ¢MacWrite
  5436. ‚Ñ¢MacWrite II
  5437. ‚Ñ¢MegaForm
  5438. ‚Ñ¢MicroPhone
  5439. ‚Ñ¢MicroPlanner
  5440. ‚Ñ¢MicroSoft Mail
  5441. ‚Ñ¢MiniCad
  5442. ‚Ñ¢MiniCad Plus
  5443. ‚Ñ¢Mr. Runsheet
  5444. ‚Ñ¢MultiPlan
  5445. ‚Ñ¢Nexpert
  5446. ‚Ñ¢Nitro
  5447. ‚Ñ¢Oasis
  5448. ‚Ñ¢Odesta Doc Mgmnt
  5449. ‚Ñ¢Omnis 3
  5450. ‚Ñ¢Omnis 3 Plus
  5451. ‚Ñ¢On Cue
  5452. ‚Ñ¢Oracle
  5453. ‚Ñ¢OverVue
  5454. ‚Ñ¢Paginator
  5455. ‚Ñ¢PASCAL
  5456. ‚Ñ¢PacerLink
  5457. ‚Ñ¢PacerShare
  5458. ‚Ñ¢Page One
  5459. ‚Ñ¢PageMaker
  5460. ‚Ñ¢Pegasys
  5461. ‚Ñ¢Persuasion
  5462. ‚Ñ¢Pict-O-Graph
  5463. ‚Ñ¢Pixel Paint
  5464. ‚Ñ¢PowerDraw
  5465. ‚Ñ¢PowerPoint
  5466. ‚Ñ¢Print Share
  5467. ‚Ñ¢Pro3D
  5468. ‚Ñ¢Problem Knowledge Coupler
  5469. ‚Ñ¢QuarkXpress
  5470. ‚Ñ¢QuickMail
  5471. ‚Ñ¢Ready Set Go!
  5472. ‚Ñ¢Red Ryder
  5473. ‚Ñ¢Reflex
  5474. ‚Ñ¢Reflex Plus
  5475. ‚Ñ¢SNAP!
  5476. ‚Ñ¢SideKick
  5477. ‚Ñ¢SmartCom
  5478. ‚Ñ¢SmartCom II
  5479. ‚Ñ¢StatView
  5480. ‚Ñ¢Stats Tool Kit
  5481. ‚Ñ¢Studio 8
  5482. ‚Ñ¢Suitcase 2.0
  5483. ‚Ñ¢Super3D
  5484. ‚Ñ¢SuperCard
  5485. ‚Ñ¢SuperPaint
  5486. ‚Ñ¢Swivel 3D
  5487. ‚Ñ¢TACTICS
  5488. ‚Ñ¢TK Solver
  5489. ‚Ñ¢TOPS
  5490. ‚Ñ¢Tempo
  5491. ‚Ñ¢The Electronic Publisher
  5492. ‚Ñ¢The Scientific Desk
  5493. ‚Ñ¢ThunderScan
  5494. ‚Ñ¢Timbuktu
  5495. ‚Ñ¢Trapeze
  5496. ‚Ñ¢UNIX
  5497. ‚Ñ¢UltraOffice
  5498. ‚Ñ¢VT240
  5499. ‚Ñ¢VersaTerm-Pro
  5500. ‚Ñ¢Versacad
  5501. ‚Ñ¢VideoWorks
  5502. ‚Ñ¢VideoWorks II
  5503. ‚Ñ¢Visionary
  5504. ‚Ñ¢Westlaw
  5505. ‚Ñ¢Wingz
  5506. ‚Ñ¢Word
  5507. ‚Ñ¢Word Perfect
  5508. ‚Ñ¢Works
  5509. ‚Ñ¢WriteNow
  5510. ‚Ñ¢Other
  5511.  
  5512. -- part contents for card part 101
  5513. ----- text -----
  5514. ‚Ñ¢4th Dimension
  5515. ‚Ñ¢AlisaShare
  5516. ‚Ñ¢AlisaTalk
  5517. ‚Ñ¢AlisaTerminal
  5518. ‚Ñ¢Allegro
  5519. ‚Ñ¢AppleLine
  5520. ‚Ñ¢AppleLink
  5521. ‚Ñ¢AppleShare
  5522. ‚Ñ¢Archicad
  5523. ‚Ñ¢AutoCAD
  5524. ‚Ñ¢BASIC
  5525. ‚Ñ¢Bedford Professional Publishing
  5526. ‚Ñ¢Business Filevision
  5527. ‚Ñ¢C-Scan
  5528. ‚Ñ¢CAM
  5529. ‚Ñ¢CL/1
  5530. ‚Ñ¢Canvas
  5531. ‚Ñ¢Chart
  5532. ‚Ñ¢Chem3D
  5533. ‚Ñ¢ChemDraw
  5534. ‚Ñ¢Claris CAD
  5535. ‚Ñ¢CompServe
  5536. ‚Ñ¢Cricket Draw
  5537. ‚Ñ¢Cricket Graph
  5538. ‚Ñ¢Cricket Presents
  5539. ‚Ñ¢Crosfield Lightspeed
  5540. ‚Ñ¢DataFlash
  5541. ‚Ñ¢DataViz
  5542. ‚Ñ¢DaynaFile
  5543. ‚Ñ¢dBase Mac
  5544. ‚Ñ¢Desktop Express
  5545. ‚Ñ¢Digital Darkroom
  5546. ‚Ñ¢Dimensions
  5547. ‚Ñ¢Director
  5548. ‚Ñ¢Double Helix
  5549. ‚Ñ¢Double Helix II
  5550. ‚Ñ¢Douglas CAD/CAM
  5551. ‚Ñ¢DynaComm
  5552. ‚Ñ¢DynaPerspective
  5553. ‚Ñ¢Easy3D
  5554. ‚Ñ¢Excel
  5555. ‚Ñ¢Fast Forms
  5556. ‚Ñ¢FileMaker
  5557. ‚Ñ¢FileMaker 4
  5558. ‚Ñ¢FileMaker II
  5559. ‚Ñ¢FileMaker Plus
  5560. ‚Ñ¢Focal Point
  5561. ‚Ñ¢Fontographer
  5562. ‚Ñ¢Forms Manager
  5563. ‚Ñ¢Foxbase Plus/Mac
  5564. ‚Ñ¢Freehand
  5565. ‚Ñ¢Freehand II
  5566. ‚Ñ¢FullPaint
  5567. ‚Ñ¢FullWrite Professional
  5568. ‚Ñ¢Glue
  5569. ‚Ñ¢Great Plains Accounting
  5570. ‚Ñ¢HyperCard
  5571. ‚Ñ¢HyperSound
  5572. ‚Ñ¢Illustrator
  5573. ‚Ñ¢Illustrator 88
  5574. ‚Ñ¢ImageStudio
  5575. ‚Ñ¢InBox
  5576. ‚Ñ¢Insight
  5577. ‚Ñ¢InterLeaf
  5578. ™Inter•Poll
  5579. ‚Ñ¢Jazz
  5580. ‚Ñ¢Kermit File Transfer
  5581. ‚Ñ¢LaserPaint
  5582. ‚Ñ¢Level 5
  5583. ‚Ñ¢LOGO
  5584. ‚Ñ¢Lab Master II
  5585. ‚Ñ¢LabView
  5586. ‚Ñ¢LegalWare
  5587. ‚Ñ¢LightspeedC
  5588. ‚Ñ¢LogicWorks
  5589. ‚Ñ¢Lotus 1.2.3.
  5590. ‚Ñ¢MCI Mail
  5591. ‚Ñ¢MGM Station CAD/CAM
  5592. ‚Ñ¢MORE
  5593. ‚Ñ¢MORE II
  5594. ‚Ñ¢MPW Pascal
  5595. ‚Ñ¢Mac240
  5596. ‚Ñ¢Mac3D
  5597. ‚Ñ¢MacAPP
  5598. ‚Ñ¢MacAPPC
  5599. ‚Ñ¢MacArchitrion
  5600. ‚Ñ¢MacDraft
  5601. ‚Ñ¢MacDraw
  5602. ‚Ñ¢MacDraw II
  5603. ‚Ñ¢MacGraph
  5604. ‚Ñ¢MacIRMA
  5605. ‚Ñ¢MacImage
  5606. ‚Ñ¢MacLink
  5607. ‚Ñ¢MacLink Plus
  5608. ‚Ñ¢MacMainFrame
  5609. ‚Ñ¢MacMoney
  5610. ‚Ñ¢MacNet
  5611. ‚Ñ¢MacPaint
  5612. ‚Ñ¢MacPlots II
  5613. ‚Ñ¢MacProject
  5614. ‚Ñ¢MacProject II
  5615. ‚Ñ¢MacPublisher
  5616. ‚Ñ¢MacTerminal
  5617. ‚Ñ¢MacTex
  5618. ‚Ñ¢MacVision
  5619. ‚Ñ¢MacWindows
  5620. ‚Ñ¢MacWorkStation
  5621. ‚Ñ¢MacWrite
  5622. ‚Ñ¢MacWrite II
  5623. ‚Ñ¢MegaForm
  5624. ‚Ñ¢MicroPhone
  5625. ‚Ñ¢MicroPlanner
  5626. ‚Ñ¢MicroSoft Mail
  5627. ‚Ñ¢MiniCad
  5628. ‚Ñ¢MiniCad Plus
  5629. ‚Ñ¢Mr. Runsheet
  5630. ‚Ñ¢MultiPlan
  5631. ‚Ñ¢Nexpert
  5632. ‚Ñ¢Nitro
  5633. ‚Ñ¢Oasis
  5634. ‚Ñ¢Odesta Doc Mgmnt
  5635. ‚Ñ¢Omnis 3
  5636. ‚Ñ¢Omnis 3 Plus
  5637. ‚Ñ¢On Cue
  5638. ‚Ñ¢Oracle
  5639. ‚Ñ¢OverVue
  5640. ‚Ñ¢Paginator
  5641. ‚Ñ¢PASCAL
  5642. ‚Ñ¢PacerLink
  5643. ‚Ñ¢PacerShare
  5644. ‚Ñ¢Page One
  5645. ‚Ñ¢PageMaker
  5646. ‚Ñ¢Pegasys
  5647. ‚Ñ¢Persuasion
  5648. ‚Ñ¢Pict-O-Graph
  5649. ‚Ñ¢Pixel Paint
  5650. ‚Ñ¢PowerDraw
  5651. ‚Ñ¢PowerPoint
  5652. ‚Ñ¢Print Share
  5653. ‚Ñ¢Pro3D
  5654. ‚Ñ¢Problem Knowledge Coupler
  5655. ‚Ñ¢QuarkXpress
  5656. ‚Ñ¢QuickMail
  5657. ‚Ñ¢Ready Set Go!
  5658. ‚Ñ¢Red Ryder
  5659. ‚Ñ¢Reflex
  5660. ‚Ñ¢Reflex Plus
  5661. ‚Ñ¢SNAP!
  5662. ‚Ñ¢SideKick
  5663. ‚Ñ¢SmartCom
  5664. ‚Ñ¢SmartCom II
  5665. ‚Ñ¢StatView
  5666. ‚Ñ¢Stats Tool Kit
  5667. ‚Ñ¢Studio 8
  5668. ‚Ñ¢Suitcase 2.0
  5669. ‚Ñ¢Super3D
  5670. ‚Ñ¢SuperCard
  5671. ‚Ñ¢SuperPaint
  5672. ‚Ñ¢Swivel 3D
  5673. ‚Ñ¢TACTICS
  5674. ‚Ñ¢TK Solver
  5675. ‚Ñ¢TOPS
  5676. ‚Ñ¢Tempo
  5677. ‚Ñ¢The Electronic Publisher
  5678. ‚Ñ¢The Scientific Desk
  5679. ‚Ñ¢ThunderScan
  5680. ‚Ñ¢Timbuktu
  5681. ‚Ñ¢Trapeze
  5682. ‚Ñ¢UNIX
  5683. ‚Ñ¢UltraOffice
  5684. ‚Ñ¢VT240
  5685. ‚Ñ¢VersaTerm-Pro
  5686. ‚Ñ¢Versacad
  5687. ‚Ñ¢VideoWorks
  5688. ‚Ñ¢VideoWorks II
  5689. ‚Ñ¢Visionary
  5690. ‚Ñ¢Westlaw
  5691. ‚Ñ¢Wingz
  5692. ‚Ñ¢Word
  5693. ‚Ñ¢Word Perfect
  5694. ‚Ñ¢Works
  5695. ‚Ñ¢WriteNow
  5696. ‚Ñ¢Other
  5697.  
  5698. -- part contents for card part 102
  5699. ----- text -----
  5700. ‚Ñ¢4th Dimension
  5701. ‚Ñ¢AlisaShare
  5702. ‚Ñ¢AlisaTalk
  5703. ‚Ñ¢AlisaTerminal
  5704. ‚Ñ¢Allegro
  5705. ‚Ñ¢AppleLine
  5706. ‚Ñ¢AppleLink
  5707. ‚Ñ¢AppleShare
  5708. ‚Ñ¢Archicad
  5709. ‚Ñ¢AutoCAD
  5710. ‚Ñ¢BASIC
  5711. ‚Ñ¢Bedford Professional Publishing
  5712. ‚Ñ¢Business Filevision
  5713. ‚Ñ¢C-Scan
  5714. ‚Ñ¢CAM
  5715. ‚Ñ¢CL/1
  5716. ‚Ñ¢Canvas
  5717. ‚Ñ¢Chart
  5718. ‚Ñ¢Chem3D
  5719. ‚Ñ¢ChemDraw
  5720. ‚Ñ¢Claris CAD
  5721. ‚Ñ¢CompServe
  5722. ‚Ñ¢Cricket Draw
  5723. ‚Ñ¢Cricket Graph
  5724. ‚Ñ¢Cricket Presents
  5725. ‚Ñ¢Crosfield Lightspeed
  5726. ‚Ñ¢DataFlash
  5727. ‚Ñ¢DataViz
  5728. ‚Ñ¢DaynaFile
  5729. ‚Ñ¢dBase Mac
  5730. ‚Ñ¢Desktop Express
  5731. ‚Ñ¢Digital Darkroom
  5732. ‚Ñ¢Dimensions
  5733. ‚Ñ¢Director
  5734. ‚Ñ¢Double Helix
  5735. ‚Ñ¢Double Helix II
  5736. ‚Ñ¢Douglas CAD/CAM
  5737. ‚Ñ¢DynaComm
  5738. ‚Ñ¢DynaPerspective
  5739. ‚Ñ¢Easy3D
  5740. ‚Ñ¢Excel
  5741. ‚Ñ¢Fast Forms
  5742. ‚Ñ¢FileMaker
  5743. ‚Ñ¢FileMaker 4
  5744. ‚Ñ¢FileMaker II
  5745. ‚Ñ¢FileMaker Plus
  5746. ‚Ñ¢Focal Point
  5747. ‚Ñ¢Fontographer
  5748. ‚Ñ¢Forms Manager
  5749. ‚Ñ¢Foxbase Plus/Mac
  5750. ‚Ñ¢Freehand
  5751. ‚Ñ¢Freehand II
  5752. ‚Ñ¢FullPaint
  5753. ‚Ñ¢FullWrite Professional
  5754. ‚Ñ¢Glue
  5755. ‚Ñ¢Great Plains Accounting
  5756. ‚Ñ¢HyperCard
  5757. ‚Ñ¢HyperSound
  5758. ‚Ñ¢Illustrator
  5759. ‚Ñ¢Illustrator 88
  5760. ‚Ñ¢ImageStudio
  5761. ‚Ñ¢InBox
  5762. ‚Ñ¢Insight
  5763. ‚Ñ¢InterLeaf
  5764. ™Inter•Poll
  5765. ‚Ñ¢Jazz
  5766. ‚Ñ¢Kermit File Transfer
  5767. ‚Ñ¢LaserPaint
  5768. ‚Ñ¢Level 5
  5769. ‚Ñ¢LOGO
  5770. ‚Ñ¢Lab Master II
  5771. ‚Ñ¢LabView
  5772. ‚Ñ¢LegalWare
  5773. ‚Ñ¢LightspeedC
  5774. ‚Ñ¢LogicWorks
  5775. ‚Ñ¢Lotus 1.2.3.
  5776. ‚Ñ¢MCI Mail
  5777. ‚Ñ¢MGM Station CAD/CAM
  5778. ‚Ñ¢MORE
  5779. ‚Ñ¢MORE II
  5780. ‚Ñ¢MPW Pascal
  5781. ‚Ñ¢Mac240
  5782. ‚Ñ¢Mac3D
  5783. ‚Ñ¢MacAPP
  5784. ‚Ñ¢MacAPPC
  5785. ‚Ñ¢MacArchitrion
  5786. ‚Ñ¢MacDraft
  5787. ‚Ñ¢MacDraw
  5788. ‚Ñ¢MacDraw II
  5789. ‚Ñ¢MacGraph
  5790. ‚Ñ¢MacIRMA
  5791. ‚Ñ¢MacImage
  5792. ‚Ñ¢MacLink
  5793. ‚Ñ¢MacLink Plus
  5794. ‚Ñ¢MacMainFrame
  5795. ‚Ñ¢MacMoney
  5796. ‚Ñ¢MacNet
  5797. ‚Ñ¢MacPaint
  5798. ‚Ñ¢MacPlots II
  5799. ‚Ñ¢MacProject
  5800. ‚Ñ¢MacProject II
  5801. ‚Ñ¢MacPublisher
  5802. ‚Ñ¢MacTerminal
  5803. ‚Ñ¢MacTex
  5804. ‚Ñ¢MacVision
  5805. ‚Ñ¢MacWindows
  5806. ‚Ñ¢MacWorkStation
  5807. ‚Ñ¢MacWrite
  5808. ‚Ñ¢MacWrite II
  5809. ‚Ñ¢MegaForm
  5810. ‚Ñ¢MicroPhone
  5811. ‚Ñ¢MicroPlanner
  5812. ‚Ñ¢MicroSoft Mail
  5813. ‚Ñ¢MiniCad
  5814. ‚Ñ¢MiniCad Plus
  5815. ‚Ñ¢Mr. Runsheet
  5816. ‚Ñ¢MultiPlan
  5817. ‚Ñ¢Nexpert
  5818. ‚Ñ¢Nitro
  5819. ‚Ñ¢Oasis
  5820. ‚Ñ¢Odesta Doc Mgmnt
  5821. ‚Ñ¢Omnis 3
  5822. ‚Ñ¢Omnis 3 Plus
  5823. ‚Ñ¢On Cue
  5824. ‚Ñ¢Oracle
  5825. ‚Ñ¢OverVue
  5826. ‚Ñ¢Paginator
  5827. ‚Ñ¢PASCAL
  5828. ‚Ñ¢PacerLink
  5829. ‚Ñ¢PacerShare
  5830. ‚Ñ¢Page One
  5831. ‚Ñ¢PageMaker
  5832. ‚Ñ¢Pegasys
  5833. ‚Ñ¢Persuasion
  5834. ‚Ñ¢Pict-O-Graph
  5835. ‚Ñ¢Pixel Paint
  5836. ‚Ñ¢PowerDraw
  5837. ‚Ñ¢PowerPoint
  5838. ‚Ñ¢Print Share
  5839. ‚Ñ¢Pro3D
  5840. ‚Ñ¢Problem Knowledge Coupler
  5841. ‚Ñ¢QuarkXpress
  5842. ‚Ñ¢QuickMail
  5843. ‚Ñ¢Ready Set Go!
  5844. ‚Ñ¢Red Ryder
  5845. ‚Ñ¢Reflex
  5846. ‚Ñ¢Reflex Plus
  5847. ‚Ñ¢SNAP!
  5848. ‚Ñ¢SideKick
  5849. ‚Ñ¢SmartCom
  5850. ‚Ñ¢SmartCom II
  5851. ‚Ñ¢StatView
  5852. ‚Ñ¢Stats Tool Kit
  5853. ‚Ñ¢Studio 8
  5854. ‚Ñ¢Suitcase 2.0
  5855. ‚Ñ¢Super3D
  5856. ‚Ñ¢SuperCard
  5857. ‚Ñ¢SuperPaint
  5858. ‚Ñ¢Swivel 3D
  5859. ‚Ñ¢TACTICS
  5860. ‚Ñ¢TK Solver
  5861. ‚Ñ¢TOPS
  5862. ‚Ñ¢Tempo
  5863. ‚Ñ¢The Electronic Publisher
  5864. ‚Ñ¢The Scientific Desk
  5865. ‚Ñ¢ThunderScan
  5866. ‚Ñ¢Timbuktu
  5867. ‚Ñ¢Trapeze
  5868. ‚Ñ¢UNIX
  5869. ‚Ñ¢UltraOffice
  5870. ‚Ñ¢VT240
  5871. ‚Ñ¢VersaTerm-Pro
  5872. ‚Ñ¢Versacad
  5873. ‚Ñ¢VideoWorks
  5874. ‚Ñ¢VideoWorks II
  5875. ‚Ñ¢Visionary
  5876. ‚Ñ¢Westlaw
  5877. ‚Ñ¢Wingz
  5878. ‚Ñ¢Word
  5879. ‚Ñ¢Word Perfect
  5880. ‚Ñ¢Works
  5881. ‚Ñ¢WriteNow
  5882. ‚Ñ¢Other
  5883.  
  5884. -- part contents for card part 103
  5885. ----- text -----
  5886. ‚Ñ¢4th Dimension
  5887. ‚Ñ¢AlisaShare
  5888. ‚Ñ¢AlisaTalk
  5889. ‚Ñ¢AlisaTerminal
  5890. ‚Ñ¢Allegro
  5891. ‚Ñ¢AppleLine
  5892. ‚Ñ¢AppleLink
  5893. ‚Ñ¢AppleShare
  5894. ‚Ñ¢Archicad
  5895. ‚Ñ¢AutoCAD
  5896. ‚Ñ¢BASIC
  5897. ‚Ñ¢Bedford Professional Publishing
  5898. ‚Ñ¢Business Filevision
  5899. ‚Ñ¢C-Scan
  5900. ‚Ñ¢CAM
  5901. ‚Ñ¢CL/1
  5902. ‚Ñ¢Canvas
  5903. ‚Ñ¢Chart
  5904. ‚Ñ¢Chem3D
  5905. ‚Ñ¢ChemDraw
  5906. ‚Ñ¢Claris CAD
  5907. ‚Ñ¢CompServe
  5908. ‚Ñ¢Cricket Draw
  5909. ‚Ñ¢Cricket Graph
  5910. ‚Ñ¢Cricket Presents
  5911. ‚Ñ¢Crosfield Lightspeed
  5912. ‚Ñ¢DataFlash
  5913. ‚Ñ¢DataViz
  5914. ‚Ñ¢DaynaFile
  5915. ‚Ñ¢dBase Mac
  5916. ‚Ñ¢Desktop Express
  5917. ‚Ñ¢Digital Darkroom
  5918. ‚Ñ¢Dimensions
  5919. ‚Ñ¢Director
  5920. ‚Ñ¢Double Helix
  5921. ‚Ñ¢Double Helix II
  5922. ‚Ñ¢Douglas CAD/CAM
  5923. ‚Ñ¢DynaComm
  5924. ‚Ñ¢DynaPerspective
  5925. ‚Ñ¢Easy3D
  5926. ‚Ñ¢Excel
  5927. ‚Ñ¢Fast Forms
  5928. ‚Ñ¢FileMaker
  5929. ‚Ñ¢FileMaker 4
  5930. ‚Ñ¢FileMaker II
  5931. ‚Ñ¢FileMaker Plus
  5932. ‚Ñ¢Focal Point
  5933. ‚Ñ¢Fontographer
  5934. ‚Ñ¢Forms Manager
  5935. ‚Ñ¢Foxbase Plus/Mac
  5936. ‚Ñ¢Freehand
  5937. ‚Ñ¢Freehand II
  5938. ‚Ñ¢FullPaint
  5939. ‚Ñ¢FullWrite Professional
  5940. ‚Ñ¢Glue
  5941. ‚Ñ¢Great Plains Accounting
  5942. ‚Ñ¢HyperCard
  5943. ‚Ñ¢HyperSound
  5944. ‚Ñ¢Illustrator
  5945. ‚Ñ¢Illustrator 88
  5946. ‚Ñ¢ImageStudio
  5947. ‚Ñ¢InBox
  5948. ‚Ñ¢Insight
  5949. ‚Ñ¢InterLeaf
  5950. ™Inter•Poll
  5951. ‚Ñ¢Jazz
  5952. ‚Ñ¢Kermit File Transfer
  5953. ‚Ñ¢LaserPaint
  5954. ‚Ñ¢Level 5
  5955. ‚Ñ¢LOGO
  5956. ‚Ñ¢Lab Master II
  5957. ‚Ñ¢LabView
  5958. ‚Ñ¢LegalWare
  5959. ‚Ñ¢LightspeedC
  5960. ‚Ñ¢LogicWorks
  5961. ‚Ñ¢Lotus 1.2.3.
  5962. ‚Ñ¢MCI Mail
  5963. ‚Ñ¢MGM Station CAD/CAM
  5964. ‚Ñ¢MORE
  5965. ‚Ñ¢MORE II
  5966. ‚Ñ¢MPW Pascal
  5967. ‚Ñ¢Mac240
  5968. ‚Ñ¢Mac3D
  5969. ‚Ñ¢MacAPP
  5970. ‚Ñ¢MacAPPC
  5971. ‚Ñ¢MacArchitrion
  5972. ‚Ñ¢MacDraft
  5973. ‚Ñ¢MacDraw
  5974. ‚Ñ¢MacDraw II
  5975. ‚Ñ¢MacGraph
  5976. ‚Ñ¢MacIRMA
  5977. ‚Ñ¢MacImage
  5978. ‚Ñ¢MacLink
  5979. ‚Ñ¢MacLink Plus
  5980. ‚Ñ¢MacMainFrame
  5981. ‚Ñ¢MacMoney
  5982. ‚Ñ¢MacNet
  5983. ‚Ñ¢MacPaint
  5984. ‚Ñ¢MacPlots II
  5985. ‚Ñ¢MacProject
  5986. ‚Ñ¢MacProject II
  5987. ‚Ñ¢MacPublisher
  5988. ‚Ñ¢MacTerminal
  5989. ‚Ñ¢MacTex
  5990. ‚Ñ¢MacVision
  5991. ‚Ñ¢MacWindows
  5992. ‚Ñ¢MacWorkStation
  5993. ‚Ñ¢MacWrite
  5994. ‚Ñ¢MacWrite II
  5995. ‚Ñ¢MegaForm
  5996. ‚Ñ¢MicroPhone
  5997. ‚Ñ¢MicroPlanner
  5998. ‚Ñ¢MicroSoft Mail
  5999. ‚Ñ¢MiniCad
  6000. ‚Ñ¢MiniCad Plus
  6001. ‚Ñ¢Mr. Runsheet
  6002. ‚Ñ¢MultiPlan
  6003. ‚Ñ¢Nexpert
  6004. ‚Ñ¢Nitro
  6005. ‚Ñ¢Oasis
  6006. ‚Ñ¢Odesta Doc Mgmnt
  6007. ‚Ñ¢Omnis 3
  6008. ‚Ñ¢Omnis 3 Plus
  6009. ‚Ñ¢On Cue
  6010. ‚Ñ¢Oracle
  6011. ‚Ñ¢OverVue
  6012. ‚Ñ¢Paginator
  6013. ‚Ñ¢PASCAL
  6014. ‚Ñ¢PacerLink
  6015. ‚Ñ¢PacerShare
  6016. ‚Ñ¢Page One
  6017. ‚Ñ¢PageMaker
  6018. ‚Ñ¢Pegasys
  6019. ‚Ñ¢Persuasion
  6020. ‚Ñ¢Pict-O-Graph
  6021. ‚Ñ¢Pixel Paint
  6022. ‚Ñ¢PowerDraw
  6023. ‚Ñ¢PowerPoint
  6024. ‚Ñ¢Print Share
  6025. ‚Ñ¢Pro3D
  6026. ‚Ñ¢Problem Knowledge Coupler
  6027. ‚Ñ¢QuarkXpress
  6028. ‚Ñ¢QuickMail
  6029. ‚Ñ¢Ready Set Go!
  6030. ‚Ñ¢Red Ryder
  6031. ‚Ñ¢Reflex
  6032. ‚Ñ¢Reflex Plus
  6033. ‚Ñ¢SNAP!
  6034. ‚Ñ¢SideKick
  6035. ‚Ñ¢SmartCom
  6036. ‚Ñ¢SmartCom II
  6037. ‚Ñ¢StatView
  6038. ‚Ñ¢Stats Tool Kit
  6039. ‚Ñ¢Studio 8
  6040. ‚Ñ¢Suitcase 2.0
  6041. ‚Ñ¢Super3D
  6042. ‚Ñ¢SuperCard
  6043. ‚Ñ¢SuperPaint
  6044. ‚Ñ¢Swivel 3D
  6045. ‚Ñ¢TACTICS
  6046. ‚Ñ¢TK Solver
  6047. ‚Ñ¢TOPS
  6048. ‚Ñ¢Tempo
  6049. ‚Ñ¢The Electronic Publisher
  6050. ‚Ñ¢The Scientific Desk
  6051. ‚Ñ¢ThunderScan
  6052. ‚Ñ¢Timbuktu
  6053. ‚Ñ¢Trapeze
  6054. ‚Ñ¢UNIX
  6055. ‚Ñ¢UltraOffice
  6056. ‚Ñ¢VT240
  6057. ‚Ñ¢VersaTerm-Pro
  6058. ‚Ñ¢Versacad
  6059. ‚Ñ¢VideoWorks
  6060. ‚Ñ¢VideoWorks II
  6061. ‚Ñ¢Visionary
  6062. ‚Ñ¢Westlaw
  6063. ‚Ñ¢Wingz
  6064. ‚Ñ¢Word
  6065. ‚Ñ¢Word Perfect
  6066. ‚Ñ¢Works
  6067. ‚Ñ¢WriteNow
  6068. ‚Ñ¢Other
  6069.  
  6070. -- part contents for card part 104
  6071. ----- text -----
  6072. ‚Ñ¢4th Dimension
  6073. ‚Ñ¢AlisaShare
  6074. ‚Ñ¢AlisaTalk
  6075. ‚Ñ¢AlisaTerminal
  6076. ‚Ñ¢Allegro
  6077. ‚Ñ¢AppleLine
  6078. ‚Ñ¢AppleLink
  6079. ‚Ñ¢AppleShare
  6080. ‚Ñ¢Archicad
  6081. ‚Ñ¢AutoCAD
  6082. ‚Ñ¢BASIC
  6083. ‚Ñ¢Bedford Professional Publishing
  6084. ‚Ñ¢Business Filevision
  6085. ‚Ñ¢C-Scan
  6086. ‚Ñ¢CAM
  6087. ‚Ñ¢CL/1
  6088. ‚Ñ¢Canvas
  6089. ‚Ñ¢Chart
  6090. ‚Ñ¢Chem3D
  6091. ‚Ñ¢ChemDraw
  6092. ‚Ñ¢Claris CAD
  6093. ‚Ñ¢CompServe
  6094. ‚Ñ¢Cricket Draw
  6095. ‚Ñ¢Cricket Graph
  6096. ‚Ñ¢Cricket Presents
  6097. ‚Ñ¢Crosfield Lightspeed
  6098. ‚Ñ¢DataFlash
  6099. ‚Ñ¢DataViz
  6100. ‚Ñ¢DaynaFile
  6101. ‚Ñ¢dBase Mac
  6102. ‚Ñ¢Desktop Express
  6103. ‚Ñ¢Digital Darkroom
  6104. ‚Ñ¢Dimensions
  6105. ‚Ñ¢Director
  6106. ‚Ñ¢Double Helix
  6107. ‚Ñ¢Double Helix II
  6108. ‚Ñ¢Douglas CAD/CAM
  6109. ‚Ñ¢DynaComm
  6110. ‚Ñ¢DynaPerspective
  6111. ‚Ñ¢Easy3D
  6112. ‚Ñ¢Excel
  6113. ‚Ñ¢Fast Forms
  6114. ‚Ñ¢FileMaker
  6115. ‚Ñ¢FileMaker 4
  6116. ‚Ñ¢FileMaker II
  6117. ‚Ñ¢FileMaker Plus
  6118. ‚Ñ¢Focal Point
  6119. ‚Ñ¢Fontographer
  6120. ‚Ñ¢Forms Manager
  6121. ‚Ñ¢Foxbase Plus/Mac
  6122. ‚Ñ¢Freehand
  6123. ‚Ñ¢Freehand II
  6124. ‚Ñ¢FullPaint
  6125. ‚Ñ¢FullWrite Professional
  6126. ‚Ñ¢Glue
  6127. ‚Ñ¢Great Plains Accounting
  6128. ‚Ñ¢HyperCard
  6129. ‚Ñ¢HyperSound
  6130. ‚Ñ¢Illustrator
  6131. ‚Ñ¢Illustrator 88
  6132. ‚Ñ¢ImageStudio
  6133. ‚Ñ¢InBox
  6134. ‚Ñ¢Insight
  6135. ‚Ñ¢InterLeaf
  6136. ™Inter•Poll
  6137. ‚Ñ¢Jazz
  6138. ‚Ñ¢Kermit File Transfer
  6139. ‚Ñ¢LaserPaint
  6140. ‚Ñ¢Level 5
  6141. ‚Ñ¢LOGO
  6142. ‚Ñ¢Lab Master II
  6143. ‚Ñ¢LabView
  6144. ‚Ñ¢LegalWare
  6145. ‚Ñ¢LightspeedC
  6146. ‚Ñ¢LogicWorks
  6147. ‚Ñ¢Lotus 1.2.3.
  6148. ‚Ñ¢MCI Mail
  6149. ‚Ñ¢MGM Station CAD/CAM
  6150. ‚Ñ¢MORE
  6151. ‚Ñ¢MORE II
  6152. ‚Ñ¢MPW Pascal
  6153. ‚Ñ¢Mac240
  6154. ‚Ñ¢Mac3D
  6155. ‚Ñ¢MacAPP
  6156. ‚Ñ¢MacAPPC
  6157. ‚Ñ¢MacArchitrion
  6158. ‚Ñ¢MacDraft
  6159. ‚Ñ¢MacDraw
  6160. ‚Ñ¢MacDraw II
  6161. ‚Ñ¢MacGraph
  6162. ‚Ñ¢MacIRMA
  6163. ‚Ñ¢MacImage
  6164. ‚Ñ¢MacLink
  6165. ‚Ñ¢MacLink Plus
  6166. ‚Ñ¢MacMainFrame
  6167. ‚Ñ¢MacMoney
  6168. ‚Ñ¢MacNet
  6169. ‚Ñ¢MacPaint
  6170. ‚Ñ¢MacPlots II
  6171. ‚Ñ¢MacProject
  6172. ‚Ñ¢MacProject II
  6173. ‚Ñ¢MacPublisher
  6174. ‚Ñ¢MacTerminal
  6175. ‚Ñ¢MacTex
  6176. ‚Ñ¢MacVision
  6177. ‚Ñ¢MacWindows
  6178. ‚Ñ¢MacWorkStation
  6179. ‚Ñ¢MacWrite
  6180. ‚Ñ¢MacWrite II
  6181. ‚Ñ¢MegaForm
  6182. ‚Ñ¢MicroPhone
  6183. ‚Ñ¢MicroPlanner
  6184. ‚Ñ¢MicroSoft Mail
  6185. ‚Ñ¢MiniCad
  6186. ‚Ñ¢MiniCad Plus
  6187. ‚Ñ¢Mr. Runsheet
  6188. ‚Ñ¢MultiPlan
  6189. ‚Ñ¢Nexpert
  6190. ‚Ñ¢Nitro
  6191. ‚Ñ¢Oasis
  6192. ‚Ñ¢Odesta Doc Mgmnt
  6193. ‚Ñ¢Omnis 3
  6194. ‚Ñ¢Omnis 3 Plus
  6195. ‚Ñ¢On Cue
  6196. ‚Ñ¢Oracle
  6197. ‚Ñ¢OverVue
  6198. ‚Ñ¢Paginator
  6199. ‚Ñ¢PASCAL
  6200. ‚Ñ¢PacerLink
  6201. ‚Ñ¢PacerShare
  6202. ‚Ñ¢Page One
  6203. ‚Ñ¢PageMaker
  6204. ‚Ñ¢Pegasys
  6205. ‚Ñ¢Persuasion
  6206. ‚Ñ¢Pict-O-Graph
  6207. ‚Ñ¢Pixel Paint
  6208. ‚Ñ¢PowerDraw
  6209. ‚Ñ¢PowerPoint
  6210. ‚Ñ¢Print Share
  6211. ‚Ñ¢Pro3D
  6212. ‚Ñ¢Problem Knowledge Coupler
  6213. ‚Ñ¢QuarkXpress
  6214. ‚Ñ¢QuickMail
  6215. ‚Ñ¢Ready Set Go!
  6216. ‚Ñ¢Red Ryder
  6217. ‚Ñ¢Reflex
  6218. ‚Ñ¢Reflex Plus
  6219. ‚Ñ¢SNAP!
  6220. ‚Ñ¢SideKick
  6221. ‚Ñ¢SmartCom
  6222. ‚Ñ¢SmartCom II
  6223. ‚Ñ¢StatView
  6224. ‚Ñ¢Stats Tool Kit
  6225. ‚Ñ¢Studio 8
  6226. ‚Ñ¢Suitcase 2.0
  6227. ‚Ñ¢Super3D
  6228. ‚Ñ¢SuperCard
  6229. ‚Ñ¢SuperPaint
  6230. ‚Ñ¢Swivel 3D
  6231. ‚Ñ¢TACTICS
  6232. ‚Ñ¢TK Solver
  6233. ‚Ñ¢TOPS
  6234. ‚Ñ¢Tempo
  6235. ‚Ñ¢The Electronic Publisher
  6236. ‚Ñ¢The Scientific Desk
  6237. ‚Ñ¢ThunderScan
  6238. ‚Ñ¢Timbuktu
  6239. ‚Ñ¢Trapeze
  6240. ‚Ñ¢UNIX
  6241. ‚Ñ¢UltraOffice
  6242. ‚Ñ¢VT240
  6243. ‚Ñ¢VersaTerm-Pro
  6244. ‚Ñ¢Versacad
  6245. ‚Ñ¢VideoWorks
  6246. ‚Ñ¢VideoWorks II
  6247. ‚Ñ¢Visionary
  6248. ‚Ñ¢Westlaw
  6249. ‚Ñ¢Wingz
  6250. ‚Ñ¢Word
  6251. ‚Ñ¢Word Perfect
  6252. ‚Ñ¢Works
  6253. ‚Ñ¢WriteNow
  6254. ‚Ñ¢Other
  6255.  
  6256. -- part contents for card part 105
  6257. ----- text -----
  6258. ‚Ñ¢4th Dimension
  6259. ‚Ñ¢AlisaShare
  6260. ‚Ñ¢AlisaTalk
  6261. ‚Ñ¢AlisaTerminal
  6262. ‚Ñ¢Allegro
  6263. ‚Ñ¢AppleLine
  6264. ‚Ñ¢AppleLink
  6265. ‚Ñ¢AppleShare
  6266. ‚Ñ¢Archicad
  6267. ‚Ñ¢AutoCAD
  6268. ‚Ñ¢BASIC
  6269. ‚Ñ¢Bedford Professional Publishing
  6270. ‚Ñ¢Business Filevision
  6271. ‚Ñ¢C-Scan
  6272. ‚Ñ¢CAM
  6273. ‚Ñ¢CL/1
  6274. ‚Ñ¢Canvas
  6275. ‚Ñ¢Chart
  6276. ‚Ñ¢Chem3D
  6277. ‚Ñ¢ChemDraw
  6278. ‚Ñ¢Claris CAD
  6279. ‚Ñ¢CompServe
  6280. ‚Ñ¢Cricket Draw
  6281. ‚Ñ¢Cricket Graph
  6282. ‚Ñ¢Cricket Presents
  6283. ‚Ñ¢Crosfield Lightspeed
  6284. ‚Ñ¢DataFlash
  6285. ‚Ñ¢DataViz
  6286. ‚Ñ¢DaynaFile
  6287. ‚Ñ¢dBase Mac
  6288. ‚Ñ¢Desktop Express
  6289. ‚Ñ¢Digital Darkroom
  6290. ‚Ñ¢Dimensions
  6291. ‚Ñ¢Director
  6292. ‚Ñ¢Double Helix
  6293. ‚Ñ¢Double Helix II
  6294. ‚Ñ¢Douglas CAD/CAM
  6295. ‚Ñ¢DynaComm
  6296. ‚Ñ¢DynaPerspective
  6297. ‚Ñ¢Easy3D
  6298. ‚Ñ¢Excel
  6299. ‚Ñ¢Fast Forms
  6300. ‚Ñ¢FileMaker
  6301. ‚Ñ¢FileMaker 4
  6302. ‚Ñ¢FileMaker II
  6303. ‚Ñ¢FileMaker Plus
  6304. ‚Ñ¢Focal Point
  6305. ‚Ñ¢Fontographer
  6306. ‚Ñ¢Forms Manager
  6307. ‚Ñ¢Foxbase Plus/Mac
  6308. ‚Ñ¢Freehand
  6309. ‚Ñ¢Freehand II
  6310. ‚Ñ¢FullPaint
  6311. ‚Ñ¢FullWrite Professional
  6312. ‚Ñ¢Glue
  6313. ‚Ñ¢Great Plains Accounting
  6314. ‚Ñ¢HyperCard
  6315. ‚Ñ¢HyperSound
  6316. ‚Ñ¢Illustrator
  6317. ‚Ñ¢Illustrator 88
  6318. ‚Ñ¢ImageStudio
  6319. ‚Ñ¢InBox
  6320. ‚Ñ¢Insight
  6321. ‚Ñ¢InterLeaf
  6322. ™Inter•Poll
  6323. ‚Ñ¢Jazz
  6324. ‚Ñ¢Kermit File Transfer
  6325. ‚Ñ¢LaserPaint
  6326. ‚Ñ¢Level 5
  6327. ‚Ñ¢LOGO
  6328. ‚Ñ¢Lab Master II
  6329. ‚Ñ¢LabView
  6330. ‚Ñ¢LegalWare
  6331. ‚Ñ¢LightspeedC
  6332. ‚Ñ¢LogicWorks
  6333. ‚Ñ¢Lotus 1.2.3.
  6334. ‚Ñ¢MCI Mail
  6335. ‚Ñ¢MGM Station CAD/CAM
  6336. ‚Ñ¢MORE
  6337. ‚Ñ¢MORE II
  6338. ‚Ñ¢MPW Pascal
  6339. ‚Ñ¢Mac240
  6340. ‚Ñ¢Mac3D
  6341. ‚Ñ¢MacAPP
  6342. ‚Ñ¢MacAPPC
  6343. ‚Ñ¢MacArchitrion
  6344. ‚Ñ¢MacDraft
  6345. ‚Ñ¢MacDraw
  6346. ‚Ñ¢MacDraw II
  6347. ‚Ñ¢MacGraph
  6348. ‚Ñ¢MacIRMA
  6349. ‚Ñ¢MacImage
  6350. ‚Ñ¢MacLink
  6351. ‚Ñ¢MacLink Plus
  6352. ‚Ñ¢MacMainFrame
  6353. ‚Ñ¢MacMoney
  6354. ‚Ñ¢MacNet
  6355. ‚Ñ¢MacPaint
  6356. ‚Ñ¢MacPlots II
  6357. ‚Ñ¢MacProject
  6358. ‚Ñ¢MacProject II
  6359. ‚Ñ¢MacPublisher
  6360. ‚Ñ¢MacTerminal
  6361. ‚Ñ¢MacTex
  6362. ‚Ñ¢MacVision
  6363. ‚Ñ¢MacWindows
  6364. ‚Ñ¢MacWorkStation
  6365. ‚Ñ¢MacWrite
  6366. ‚Ñ¢MacWrite II
  6367. ‚Ñ¢MegaForm
  6368. ‚Ñ¢MicroPhone
  6369. ‚Ñ¢MicroPlanner
  6370. ‚Ñ¢MicroSoft Mail
  6371. ‚Ñ¢MiniCad
  6372. ‚Ñ¢MiniCad Plus
  6373. ‚Ñ¢Mr. Runsheet
  6374. ‚Ñ¢MultiPlan
  6375. ‚Ñ¢Nexpert
  6376. ‚Ñ¢Nitro
  6377. ‚Ñ¢Oasis
  6378. ‚Ñ¢Odesta Doc Mgmnt
  6379. ‚Ñ¢Omnis 3
  6380. ‚Ñ¢Omnis 3 Plus
  6381. ‚Ñ¢On Cue
  6382. ‚Ñ¢Oracle
  6383. ‚Ñ¢OverVue
  6384. ‚Ñ¢Paginator
  6385. ‚Ñ¢PASCAL
  6386. ‚Ñ¢PacerLink
  6387. ‚Ñ¢PacerShare
  6388. ‚Ñ¢Page One
  6389. ‚Ñ¢PageMaker
  6390. ‚Ñ¢Pegasys
  6391. ‚Ñ¢Persuasion
  6392. ‚Ñ¢Pict-O-Graph
  6393. ‚Ñ¢Pixel Paint
  6394. ‚Ñ¢PowerDraw
  6395. ‚Ñ¢PowerPoint
  6396. ‚Ñ¢Print Share
  6397. ‚Ñ¢Pro3D
  6398. ‚Ñ¢Problem Knowledge Coupler
  6399. ‚Ñ¢QuarkXpress
  6400. ‚Ñ¢QuickMail
  6401. ‚Ñ¢Ready Set Go!
  6402. ‚Ñ¢Red Ryder
  6403. ‚Ñ¢Reflex
  6404. ‚Ñ¢Reflex Plus
  6405. ‚Ñ¢SNAP!
  6406. ‚Ñ¢SideKick
  6407. ‚Ñ¢SmartCom
  6408. ‚Ñ¢SmartCom II
  6409. ‚Ñ¢StatView
  6410. ‚Ñ¢Stats Tool Kit
  6411. ‚Ñ¢Studio 8
  6412. ‚Ñ¢Suitcase 2.0
  6413. ‚Ñ¢Super3D
  6414. ‚Ñ¢SuperCard
  6415. ‚Ñ¢SuperPaint
  6416. ‚Ñ¢Swivel 3D
  6417. ‚Ñ¢TACTICS
  6418. ‚Ñ¢TK Solver
  6419. ‚Ñ¢TOPS
  6420. ‚Ñ¢Tempo
  6421. ‚Ñ¢The Electronic Publisher
  6422. ‚Ñ¢The Scientific Desk
  6423. ‚Ñ¢ThunderScan
  6424. ‚Ñ¢Timbuktu
  6425. ‚Ñ¢Trapeze
  6426. ‚Ñ¢UNIX
  6427. ‚Ñ¢UltraOffice
  6428. ‚Ñ¢VT240
  6429. ‚Ñ¢VersaTerm-Pro
  6430. ‚Ñ¢Versacad
  6431. ‚Ñ¢VideoWorks
  6432. ‚Ñ¢VideoWorks II
  6433. ‚Ñ¢Visionary
  6434. ‚Ñ¢Westlaw
  6435. ‚Ñ¢Wingz
  6436. ‚Ñ¢Word
  6437. ‚Ñ¢Word Perfect
  6438. ‚Ñ¢Works
  6439. ‚Ñ¢WriteNow
  6440. ‚Ñ¢Other
  6441.  
  6442. -- part contents for card part 106
  6443. ----- text -----
  6444. ‚Ñ¢4th Dimension
  6445. ‚Ñ¢AlisaShare
  6446. ‚Ñ¢AlisaTalk
  6447. ‚Ñ¢AlisaTerminal
  6448. ‚Ñ¢Allegro
  6449. ‚Ñ¢AppleLine
  6450. ‚Ñ¢AppleLink
  6451. ‚Ñ¢AppleShare
  6452. ‚Ñ¢Archicad
  6453. ‚Ñ¢AutoCAD
  6454. ‚Ñ¢BASIC
  6455. ‚Ñ¢Bedford Professional Publishing
  6456. ‚Ñ¢Business Filevision
  6457. ‚Ñ¢C-Scan
  6458. ‚Ñ¢CAM
  6459. ‚Ñ¢CL/1
  6460. ‚Ñ¢Canvas
  6461. ‚Ñ¢Chart
  6462. ‚Ñ¢Chem3D
  6463. ‚Ñ¢ChemDraw
  6464. ‚Ñ¢Claris CAD
  6465. ‚Ñ¢CompServe
  6466. ‚Ñ¢Cricket Draw
  6467. ‚Ñ¢Cricket Graph
  6468. ‚Ñ¢Cricket Presents
  6469. ‚Ñ¢Crosfield Lightspeed
  6470. ‚Ñ¢DataFlash
  6471. ‚Ñ¢DataViz
  6472. ‚Ñ¢DaynaFile
  6473. ‚Ñ¢dBase Mac
  6474. ‚Ñ¢Desktop Express
  6475. ‚Ñ¢Digital Darkroom
  6476. ‚Ñ¢Dimensions
  6477. ‚Ñ¢Director
  6478. ‚Ñ¢Double Helix
  6479. ‚Ñ¢Double Helix II
  6480. ‚Ñ¢Douglas CAD/CAM
  6481. ‚Ñ¢DynaComm
  6482. ‚Ñ¢DynaPerspective
  6483. ‚Ñ¢Easy3D
  6484. ‚Ñ¢Excel
  6485. ‚Ñ¢Fast Forms
  6486. ‚Ñ¢FileMaker
  6487. ‚Ñ¢FileMaker 4
  6488. ‚Ñ¢FileMaker II
  6489. ‚Ñ¢FileMaker Plus
  6490. ‚Ñ¢Focal Point
  6491. ‚Ñ¢Fontographer
  6492. ‚Ñ¢Forms Manager
  6493. ‚Ñ¢Foxbase Plus/Mac
  6494. ‚Ñ¢Freehand
  6495. ‚Ñ¢Freehand II
  6496. ‚Ñ¢FullPaint
  6497. ‚Ñ¢FullWrite Professional
  6498. ‚Ñ¢Glue
  6499. ‚Ñ¢Great Plains Accounting
  6500. ‚Ñ¢HyperCard
  6501. ‚Ñ¢HyperSound
  6502. ‚Ñ¢Illustrator
  6503. ‚Ñ¢Illustrator 88
  6504. ‚Ñ¢ImageStudio
  6505. ‚Ñ¢InBox
  6506. ‚Ñ¢Insight
  6507. ‚Ñ¢InterLeaf
  6508. ™Inter•Poll
  6509. ‚Ñ¢Jazz
  6510. ‚Ñ¢Kermit File Transfer
  6511. ‚Ñ¢LaserPaint
  6512. ‚Ñ¢Level 5
  6513. ‚Ñ¢LOGO
  6514. ‚Ñ¢Lab Master II
  6515. ‚Ñ¢LabView
  6516. ‚Ñ¢LegalWare
  6517. ‚Ñ¢LightspeedC
  6518. ‚Ñ¢LogicWorks
  6519. ‚Ñ¢Lotus 1.2.3.
  6520. ‚Ñ¢MCI Mail
  6521. ‚Ñ¢MGM Station CAD/CAM
  6522. ‚Ñ¢MORE
  6523. ‚Ñ¢MORE II
  6524. ‚Ñ¢MPW Pascal
  6525. ‚Ñ¢Mac240
  6526. ‚Ñ¢Mac3D
  6527. ‚Ñ¢MacAPP
  6528. ‚Ñ¢MacAPPC
  6529. ‚Ñ¢MacArchitrion
  6530. ‚Ñ¢MacDraft
  6531. ‚Ñ¢MacDraw
  6532. ‚Ñ¢MacDraw II
  6533. ‚Ñ¢MacGraph
  6534. ‚Ñ¢MacIRMA
  6535. ‚Ñ¢MacImage
  6536. ‚Ñ¢MacLink
  6537. ‚Ñ¢MacLink Plus
  6538. ‚Ñ¢MacMainFrame
  6539. ‚Ñ¢MacMoney
  6540. ‚Ñ¢MacNet
  6541. ‚Ñ¢MacPaint
  6542. ‚Ñ¢MacPlots II
  6543. ‚Ñ¢MacProject
  6544. ‚Ñ¢MacProject II
  6545. ‚Ñ¢MacPublisher
  6546. ‚Ñ¢MacTerminal
  6547. ‚Ñ¢MacTex
  6548. ‚Ñ¢MacVision
  6549. ‚Ñ¢MacWindows
  6550. ‚Ñ¢MacWorkStation
  6551. ‚Ñ¢MacWrite
  6552. ‚Ñ¢MacWrite II
  6553. ‚Ñ¢MegaForm
  6554. ‚Ñ¢MicroPhone
  6555. ‚Ñ¢MicroPlanner
  6556. ‚Ñ¢MicroSoft Mail
  6557. ‚Ñ¢MiniCad
  6558. ‚Ñ¢MiniCad Plus
  6559. ‚Ñ¢Mr. Runsheet
  6560. ‚Ñ¢MultiPlan
  6561. ‚Ñ¢Nexpert
  6562. ‚Ñ¢Nitro
  6563. ‚Ñ¢Oasis
  6564. ‚Ñ¢Odesta Doc Mgmnt
  6565. ‚Ñ¢Omnis 3
  6566. ‚Ñ¢Omnis 3 Plus
  6567. ‚Ñ¢On Cue
  6568. ‚Ñ¢Oracle
  6569. ‚Ñ¢OverVue
  6570. ‚Ñ¢Paginator
  6571. ‚Ñ¢PASCAL
  6572. ‚Ñ¢PacerLink
  6573. ‚Ñ¢PacerShare
  6574. ‚Ñ¢Page One
  6575. ‚Ñ¢PageMaker
  6576. ‚Ñ¢Pegasys
  6577. ‚Ñ¢Persuasion
  6578. ‚Ñ¢Pict-O-Graph
  6579. ‚Ñ¢Pixel Paint
  6580. ‚Ñ¢PowerDraw
  6581. ‚Ñ¢PowerPoint
  6582. ‚Ñ¢Print Share
  6583. ‚Ñ¢Pro3D
  6584. ‚Ñ¢Problem Knowledge Coupler
  6585. ‚Ñ¢QuarkXpress
  6586. ‚Ñ¢QuickMail
  6587. ‚Ñ¢Ready Set Go!
  6588. ‚Ñ¢Red Ryder
  6589. ‚Ñ¢Reflex
  6590. ‚Ñ¢Reflex Plus
  6591. ‚Ñ¢SNAP!
  6592. ‚Ñ¢SideKick
  6593. ‚Ñ¢SmartCom
  6594. ‚Ñ¢SmartCom II
  6595. ‚Ñ¢StatView
  6596. ‚Ñ¢Stats Tool Kit
  6597. ‚Ñ¢Studio 8
  6598. ‚Ñ¢Suitcase 2.0
  6599. ‚Ñ¢Super3D
  6600. ‚Ñ¢SuperCard
  6601. ‚Ñ¢SuperPaint
  6602. ‚Ñ¢Swivel 3D
  6603. ‚Ñ¢TACTICS
  6604. ‚Ñ¢TK Solver
  6605. ‚Ñ¢TOPS
  6606. ‚Ñ¢Tempo
  6607. ‚Ñ¢The Electronic Publisher
  6608. ‚Ñ¢The Scientific Desk
  6609. ‚Ñ¢ThunderScan
  6610. ‚Ñ¢Timbuktu
  6611. ‚Ñ¢Trapeze
  6612. ‚Ñ¢UNIX
  6613. ‚Ñ¢UltraOffice
  6614. ‚Ñ¢VT240
  6615. ‚Ñ¢VersaTerm-Pro
  6616. ‚Ñ¢Versacad
  6617. ‚Ñ¢VideoWorks
  6618. ‚Ñ¢VideoWorks II
  6619. ‚Ñ¢Visionary
  6620. ‚Ñ¢Westlaw
  6621. ‚Ñ¢Wingz
  6622. ‚Ñ¢Word
  6623. ‚Ñ¢Word Perfect
  6624. ‚Ñ¢Works
  6625. ‚Ñ¢WriteNow
  6626. ‚Ñ¢Other
  6627.  
  6628. -- part contents for card part 107
  6629. ----- text -----
  6630. ‚Ñ¢4th Dimension
  6631. ‚Ñ¢AlisaShare
  6632. ‚Ñ¢AlisaTalk
  6633. ‚Ñ¢AlisaTerminal
  6634. ‚Ñ¢Allegro
  6635. ‚Ñ¢AppleLine
  6636. ‚Ñ¢AppleLink
  6637. ‚Ñ¢AppleShare
  6638. ‚Ñ¢Archicad
  6639. ‚Ñ¢AutoCAD
  6640. ‚Ñ¢BASIC
  6641. ‚Ñ¢Bedford Professional Publishing
  6642. ‚Ñ¢Business Filevision
  6643. ‚Ñ¢C-Scan
  6644. ‚Ñ¢CAM
  6645. ‚Ñ¢CL/1
  6646. ‚Ñ¢Canvas
  6647. ‚Ñ¢Chart
  6648. ‚Ñ¢Chem3D
  6649. ‚Ñ¢ChemDraw
  6650. ‚Ñ¢Claris CAD
  6651. ‚Ñ¢CompServe
  6652. ‚Ñ¢Cricket Draw
  6653. ‚Ñ¢Cricket Graph
  6654. ‚Ñ¢Cricket Presents
  6655. ‚Ñ¢Crosfield Lightspeed
  6656. ‚Ñ¢DataFlash
  6657. ‚Ñ¢DataViz
  6658. ‚Ñ¢DaynaFile
  6659. ‚Ñ¢dBase Mac
  6660. ‚Ñ¢Desktop Express
  6661. ‚Ñ¢Digital Darkroom
  6662. ‚Ñ¢Dimensions
  6663. ‚Ñ¢Director
  6664. ‚Ñ¢Double Helix
  6665. ‚Ñ¢Double Helix II
  6666. ‚Ñ¢Douglas CAD/CAM
  6667. ‚Ñ¢DynaComm
  6668. ‚Ñ¢DynaPerspective
  6669. ‚Ñ¢Easy3D
  6670. ‚Ñ¢Excel
  6671. ‚Ñ¢Fast Forms
  6672. ‚Ñ¢FileMaker
  6673. ‚Ñ¢FileMaker 4
  6674. ‚Ñ¢FileMaker II
  6675. ‚Ñ¢FileMaker Plus
  6676. ‚Ñ¢Focal Point
  6677. ‚Ñ¢Fontographer
  6678. ‚Ñ¢Forms Manager
  6679. ‚Ñ¢Foxbase Plus/Mac
  6680. ‚Ñ¢Freehand
  6681. ‚Ñ¢Freehand II
  6682. ‚Ñ¢FullPaint
  6683. ‚Ñ¢FullWrite Professional
  6684. ‚Ñ¢Glue
  6685. ‚Ñ¢Great Plains Accounting
  6686. ‚Ñ¢HyperCard
  6687. ‚Ñ¢HyperSound
  6688. ‚Ñ¢Illustrator
  6689. ‚Ñ¢Illustrator 88
  6690. ‚Ñ¢ImageStudio
  6691. ‚Ñ¢InBox
  6692. ‚Ñ¢Insight
  6693. ‚Ñ¢InterLeaf
  6694. ™Inter•Poll
  6695. ‚Ñ¢Jazz
  6696. ‚Ñ¢Kermit File Transfer
  6697. ‚Ñ¢LaserPaint
  6698. ‚Ñ¢Level 5
  6699. ‚Ñ¢LOGO
  6700. ‚Ñ¢Lab Master II
  6701. ‚Ñ¢LabView
  6702. ‚Ñ¢LegalWare
  6703. ‚Ñ¢LightspeedC
  6704. ‚Ñ¢LogicWorks
  6705. ‚Ñ¢Lotus 1.2.3.
  6706. ‚Ñ¢MCI Mail
  6707. ‚Ñ¢MGM Station CAD/CAM
  6708. ‚Ñ¢MORE
  6709. ‚Ñ¢MORE II
  6710. ‚Ñ¢MPW Pascal
  6711. ‚Ñ¢Mac240
  6712. ‚Ñ¢Mac3D
  6713. ‚Ñ¢MacAPP
  6714. ‚Ñ¢MacAPPC
  6715. ‚Ñ¢MacArchitrion
  6716. ‚Ñ¢MacDraft
  6717. ‚Ñ¢MacDraw
  6718. ‚Ñ¢MacDraw II
  6719. ‚Ñ¢MacGraph
  6720. ‚Ñ¢MacIRMA
  6721. ‚Ñ¢MacImage
  6722. ‚Ñ¢MacLink
  6723. ‚Ñ¢MacLink Plus
  6724. ‚Ñ¢MacMainFrame
  6725. ‚Ñ¢MacMoney
  6726. ‚Ñ¢MacNet
  6727. ‚Ñ¢MacPaint
  6728. ‚Ñ¢MacPlots II
  6729. ‚Ñ¢MacProject
  6730. ‚Ñ¢MacProject II
  6731. ‚Ñ¢MacPublisher
  6732. ‚Ñ¢MacTerminal
  6733. ‚Ñ¢MacTex
  6734. ‚Ñ¢MacVision
  6735. ‚Ñ¢MacWindows
  6736. ‚Ñ¢MacWorkStation
  6737. ‚Ñ¢MacWrite
  6738. ‚Ñ¢MacWrite II
  6739. ‚Ñ¢MegaForm
  6740. ‚Ñ¢MicroPhone
  6741. ‚Ñ¢MicroPlanner
  6742. ‚Ñ¢MicroSoft Mail
  6743. ‚Ñ¢MiniCad
  6744. ‚Ñ¢MiniCad Plus
  6745. ‚Ñ¢Mr. Runsheet
  6746. ‚Ñ¢MultiPlan
  6747. ‚Ñ¢Nexpert
  6748. ‚Ñ¢Nitro
  6749. ‚Ñ¢Oasis
  6750. ‚Ñ¢Odesta Doc Mgmnt
  6751. ‚Ñ¢Omnis 3
  6752. ‚Ñ¢Omnis 3 Plus
  6753. ‚Ñ¢On Cue
  6754. ‚Ñ¢Oracle
  6755. ‚Ñ¢OverVue
  6756. ‚Ñ¢Paginator
  6757. ‚Ñ¢PASCAL
  6758. ‚Ñ¢PacerLink
  6759. ‚Ñ¢PacerShare
  6760. ‚Ñ¢Page One
  6761. ‚Ñ¢PageMaker
  6762. ‚Ñ¢Pegasys
  6763. ‚Ñ¢Persuasion
  6764. ‚Ñ¢Pict-O-Graph
  6765. ‚Ñ¢Pixel Paint
  6766. ‚Ñ¢PowerDraw
  6767. ‚Ñ¢PowerPoint
  6768. ‚Ñ¢Print Share
  6769. ‚Ñ¢Pro3D
  6770. ‚Ñ¢Problem Knowledge Coupler
  6771. ‚Ñ¢QuarkXpress
  6772. ‚Ñ¢QuickMail
  6773. ‚Ñ¢Ready Set Go!
  6774. ‚Ñ¢Red Ryder
  6775. ‚Ñ¢Reflex
  6776. ‚Ñ¢Reflex Plus
  6777. ‚Ñ¢SNAP!
  6778. ‚Ñ¢SideKick
  6779. ‚Ñ¢SmartCom
  6780. ‚Ñ¢SmartCom II
  6781. ‚Ñ¢StatView
  6782. ‚Ñ¢Stats Tool Kit
  6783. ‚Ñ¢Studio 8
  6784. ‚Ñ¢Suitcase 2.0
  6785. ‚Ñ¢Super3D
  6786. ‚Ñ¢SuperCard
  6787. ‚Ñ¢SuperPaint
  6788. ‚Ñ¢Swivel 3D
  6789. ‚Ñ¢TACTICS
  6790. ‚Ñ¢TK Solver
  6791. ‚Ñ¢TOPS
  6792. ‚Ñ¢Tempo
  6793. ‚Ñ¢The Electronic Publisher
  6794. ‚Ñ¢The Scientific Desk
  6795. ‚Ñ¢ThunderScan
  6796. ‚Ñ¢Timbuktu
  6797. ‚Ñ¢Trapeze
  6798. ‚Ñ¢UNIX
  6799. ‚Ñ¢UltraOffice
  6800. ‚Ñ¢VT240
  6801. ‚Ñ¢VersaTerm-Pro
  6802. ‚Ñ¢Versacad
  6803. ‚Ñ¢VideoWorks
  6804. ‚Ñ¢VideoWorks II
  6805. ‚Ñ¢Visionary
  6806. ‚Ñ¢Westlaw
  6807. ‚Ñ¢Wingz
  6808. ‚Ñ¢Word
  6809. ‚Ñ¢Word Perfect
  6810. ‚Ñ¢Works
  6811. ‚Ñ¢WriteNow
  6812. ‚Ñ¢Other
  6813.  
  6814. -- part contents for card part 108
  6815. ----- text -----
  6816. ‚Ñ¢4th Dimension
  6817. ‚Ñ¢AlisaShare
  6818. ‚Ñ¢AlisaTalk
  6819. ‚Ñ¢AlisaTerminal
  6820. ‚Ñ¢Allegro
  6821. ‚Ñ¢AppleLine
  6822. ‚Ñ¢AppleLink
  6823. ‚Ñ¢AppleShare
  6824. ‚Ñ¢Archicad
  6825. ‚Ñ¢AutoCAD
  6826. ‚Ñ¢BASIC
  6827. ‚Ñ¢Bedford Professional Publishing
  6828. ‚Ñ¢Business Filevision
  6829. ‚Ñ¢C-Scan
  6830. ‚Ñ¢CAM
  6831. ‚Ñ¢CL/1
  6832. ‚Ñ¢Canvas
  6833. ‚Ñ¢Chart
  6834. ‚Ñ¢Chem3D
  6835. ‚Ñ¢ChemDraw
  6836. ‚Ñ¢Claris CAD
  6837. ‚Ñ¢CompServe
  6838. ‚Ñ¢Cricket Draw
  6839. ‚Ñ¢Cricket Graph
  6840. ‚Ñ¢Cricket Presents
  6841. ‚Ñ¢Crosfield Lightspeed
  6842. ‚Ñ¢DataFlash
  6843. ‚Ñ¢DataViz
  6844. ‚Ñ¢DaynaFile
  6845. ‚Ñ¢dBase Mac
  6846. ‚Ñ¢Desktop Express
  6847. ‚Ñ¢Digital Darkroom
  6848. ‚Ñ¢Dimensions
  6849. ‚Ñ¢Director
  6850. ‚Ñ¢Double Helix
  6851. ‚Ñ¢Double Helix II
  6852. ‚Ñ¢Douglas CAD/CAM
  6853. ‚Ñ¢DynaComm
  6854. ‚Ñ¢DynaPerspective
  6855. ‚Ñ¢Easy3D
  6856. ‚Ñ¢Excel
  6857. ‚Ñ¢Fast Forms
  6858. ‚Ñ¢FileMaker
  6859. ‚Ñ¢FileMaker 4
  6860. ‚Ñ¢FileMaker II
  6861. ‚Ñ¢FileMaker Plus
  6862. ‚Ñ¢Focal Point
  6863. ‚Ñ¢Fontographer
  6864. ‚Ñ¢Forms Manager
  6865. ‚Ñ¢Foxbase Plus/Mac
  6866. ‚Ñ¢Freehand
  6867. ‚Ñ¢Freehand II
  6868. ‚Ñ¢FullPaint
  6869. ‚Ñ¢FullWrite Professional
  6870. ‚Ñ¢Glue
  6871. ‚Ñ¢Great Plains Accounting
  6872. ‚Ñ¢HyperCard
  6873. ‚Ñ¢HyperSound
  6874. ‚Ñ¢Illustrator
  6875. ‚Ñ¢Illustrator 88
  6876. ‚Ñ¢ImageStudio
  6877. ‚Ñ¢InBox
  6878. ‚Ñ¢Insight
  6879. ‚Ñ¢InterLeaf
  6880. ™Inter•Poll
  6881. ‚Ñ¢Jazz
  6882. ‚Ñ¢Kermit File Transfer
  6883. ‚Ñ¢LaserPaint
  6884. ‚Ñ¢Level 5
  6885. ‚Ñ¢LOGO
  6886. ‚Ñ¢Lab Master II
  6887. ‚Ñ¢LabView
  6888. ‚Ñ¢LegalWare
  6889. ‚Ñ¢LightspeedC
  6890. ‚Ñ¢LogicWorks
  6891. ‚Ñ¢Lotus 1.2.3.
  6892. ‚Ñ¢MCI Mail
  6893. ‚Ñ¢MGM Station CAD/CAM
  6894. ‚Ñ¢MORE
  6895. ‚Ñ¢MORE II
  6896. ‚Ñ¢MPW Pascal
  6897. ‚Ñ¢Mac240
  6898. ‚Ñ¢Mac3D
  6899. ‚Ñ¢MacAPP
  6900. ‚Ñ¢MacAPPC
  6901. ‚Ñ¢MacArchitrion
  6902. ‚Ñ¢MacDraft
  6903. ‚Ñ¢MacDraw
  6904. ‚Ñ¢MacDraw II
  6905. ‚Ñ¢MacGraph
  6906. ‚Ñ¢MacIRMA
  6907. ‚Ñ¢MacImage
  6908. ‚Ñ¢MacLink
  6909. ‚Ñ¢MacLink Plus
  6910. ‚Ñ¢MacMainFrame
  6911. ‚Ñ¢MacMoney
  6912. ‚Ñ¢MacNet
  6913. ‚Ñ¢MacPaint
  6914. ‚Ñ¢MacPlots II
  6915. ‚Ñ¢MacProject
  6916. ‚Ñ¢MacProject II
  6917. ‚Ñ¢MacPublisher
  6918. ‚Ñ¢MacTerminal
  6919. ‚Ñ¢MacTex
  6920. ‚Ñ¢MacVision
  6921. ‚Ñ¢MacWindows
  6922. ‚Ñ¢MacWorkStation
  6923. ‚Ñ¢MacWrite
  6924. ‚Ñ¢MacWrite II
  6925. ‚Ñ¢MegaForm
  6926. ‚Ñ¢MicroPhone
  6927. ‚Ñ¢MicroPlanner
  6928. ‚Ñ¢MicroSoft Mail
  6929. ‚Ñ¢MiniCad
  6930. ‚Ñ¢MiniCad Plus
  6931. ‚Ñ¢Mr. Runsheet
  6932. ‚Ñ¢MultiPlan
  6933. ‚Ñ¢Nexpert
  6934. ‚Ñ¢Nitro
  6935. ‚Ñ¢Oasis
  6936. ‚Ñ¢Odesta Doc Mgmnt
  6937. ‚Ñ¢Omnis 3
  6938. ‚Ñ¢Omnis 3 Plus
  6939. ‚Ñ¢On Cue
  6940. ‚Ñ¢Oracle
  6941. ‚Ñ¢OverVue
  6942. ‚Ñ¢Paginator
  6943. ‚Ñ¢PASCAL
  6944. ‚Ñ¢PacerLink
  6945. ‚Ñ¢PacerShare
  6946. ‚Ñ¢Page One
  6947. ‚Ñ¢PageMaker
  6948. ‚Ñ¢Pegasys
  6949. ‚Ñ¢Persuasion
  6950. ‚Ñ¢Pict-O-Graph
  6951. ‚Ñ¢Pixel Paint
  6952. ‚Ñ¢PowerDraw
  6953. ‚Ñ¢PowerPoint
  6954. ‚Ñ¢Print Share
  6955. ‚Ñ¢Pro3D
  6956. ‚Ñ¢Problem Knowledge Coupler
  6957. ‚Ñ¢QuarkXpress
  6958. ‚Ñ¢QuickMail
  6959. ‚Ñ¢Ready Set Go!
  6960. ‚Ñ¢Red Ryder
  6961. ‚Ñ¢Reflex
  6962. ‚Ñ¢Reflex Plus
  6963. ‚Ñ¢SNAP!
  6964. ‚Ñ¢SideKick
  6965. ‚Ñ¢SmartCom
  6966. ‚Ñ¢SmartCom II
  6967. ‚Ñ¢StatView
  6968. ‚Ñ¢Stats Tool Kit
  6969. ‚Ñ¢Studio 8
  6970. ‚Ñ¢Suitcase 2.0
  6971. ‚Ñ¢Super3D
  6972. ‚Ñ¢SuperCard
  6973. ‚Ñ¢SuperPaint
  6974. ‚Ñ¢Swivel 3D
  6975. ‚Ñ¢TACTICS
  6976. ‚Ñ¢TK Solver
  6977. ‚Ñ¢TOPS
  6978. ‚Ñ¢Tempo
  6979. ‚Ñ¢The Electronic Publisher
  6980. ‚Ñ¢The Scientific Desk
  6981. ‚Ñ¢ThunderScan
  6982. ‚Ñ¢Timbuktu
  6983. ‚Ñ¢Trapeze
  6984. ‚Ñ¢UNIX
  6985. ‚Ñ¢UltraOffice
  6986. ‚Ñ¢VT240
  6987. ‚Ñ¢VersaTerm-Pro
  6988. ‚Ñ¢Versacad
  6989. ‚Ñ¢VideoWorks
  6990. ‚Ñ¢VideoWorks II
  6991. ‚Ñ¢Visionary
  6992. ‚Ñ¢Westlaw
  6993. ‚Ñ¢Wingz
  6994. ‚Ñ¢Word
  6995. ‚Ñ¢Word Perfect
  6996. ‚Ñ¢Works
  6997. ‚Ñ¢WriteNow
  6998. ‚Ñ¢Other
  6999.  
  7000. -- part contents for card part 109
  7001. ----- text -----
  7002. ‚Ñ¢4th Dimension
  7003. ‚Ñ¢AlisaShare
  7004. ‚Ñ¢AlisaTalk
  7005. ‚Ñ¢AlisaTerminal
  7006. ‚Ñ¢Allegro
  7007. ‚Ñ¢AppleLine
  7008. ‚Ñ¢AppleLink
  7009. ‚Ñ¢AppleShare
  7010. ‚Ñ¢Archicad
  7011. ‚Ñ¢AutoCAD
  7012. ‚Ñ¢BASIC
  7013. ‚Ñ¢Bedford Professional Publishing
  7014. ‚Ñ¢Business Filevision
  7015. ‚Ñ¢C-Scan
  7016. ‚Ñ¢CAM
  7017. ‚Ñ¢CL/1
  7018. ‚Ñ¢Canvas
  7019. ‚Ñ¢Chart
  7020. ‚Ñ¢Chem3D
  7021. ‚Ñ¢ChemDraw
  7022. ‚Ñ¢Claris CAD
  7023. ‚Ñ¢CompServe
  7024. ‚Ñ¢Cricket Draw
  7025. ‚Ñ¢Cricket Graph
  7026. ‚Ñ¢Cricket Presents
  7027. ‚Ñ¢Crosfield Lightspeed
  7028. ‚Ñ¢DataFlash
  7029. ‚Ñ¢DataViz
  7030. ‚Ñ¢DaynaFile
  7031. ‚Ñ¢dBase Mac
  7032. ‚Ñ¢Desktop Express
  7033. ‚Ñ¢Digital Darkroom
  7034. ‚Ñ¢Dimensions
  7035. ‚Ñ¢Director
  7036. ‚Ñ¢Double Helix
  7037. ‚Ñ¢Double Helix II
  7038. ‚Ñ¢Douglas CAD/CAM
  7039. ‚Ñ¢DynaComm
  7040. ‚Ñ¢DynaPerspective
  7041. ‚Ñ¢Easy3D
  7042. ‚Ñ¢Excel
  7043. ‚Ñ¢Fast Forms
  7044. ‚Ñ¢FileMaker
  7045. ‚Ñ¢FileMaker 4
  7046. ‚Ñ¢FileMaker II
  7047. ‚Ñ¢FileMaker Plus
  7048. ‚Ñ¢Focal Point
  7049. ‚Ñ¢Fontographer
  7050. ‚Ñ¢Forms Manager
  7051. ‚Ñ¢Foxbase Plus/Mac
  7052. ‚Ñ¢Freehand
  7053. ‚Ñ¢Freehand II
  7054. ‚Ñ¢FullPaint
  7055. ‚Ñ¢FullWrite Professional
  7056. ‚Ñ¢Glue
  7057. ‚Ñ¢Great Plains Accounting
  7058. ‚Ñ¢HyperCard
  7059. ‚Ñ¢HyperSound
  7060. ‚Ñ¢Illustrator
  7061. ‚Ñ¢Illustrator 88
  7062. ‚Ñ¢ImageStudio
  7063. ‚Ñ¢InBox
  7064. ‚Ñ¢Insight
  7065. ‚Ñ¢InterLeaf
  7066. ™Inter•Poll
  7067. ‚Ñ¢Jazz
  7068. ‚Ñ¢Kermit File Transfer
  7069. ‚Ñ¢LaserPaint
  7070. ‚Ñ¢Level 5
  7071. ‚Ñ¢LOGO
  7072. ‚Ñ¢Lab Master II
  7073. ‚Ñ¢LabView
  7074. ‚Ñ¢LegalWare
  7075. ‚Ñ¢LightspeedC
  7076. ‚Ñ¢LogicWorks
  7077. ‚Ñ¢Lotus 1.2.3.
  7078. ‚Ñ¢MCI Mail
  7079. ‚Ñ¢MGM Station CAD/CAM
  7080. ‚Ñ¢MORE
  7081. ‚Ñ¢MORE II
  7082. ‚Ñ¢MPW Pascal
  7083. ‚Ñ¢Mac240
  7084. ‚Ñ¢Mac3D
  7085. ‚Ñ¢MacAPP
  7086. ‚Ñ¢MacAPPC
  7087. ‚Ñ¢MacArchitrion
  7088. ‚Ñ¢MacDraft
  7089. ‚Ñ¢MacDraw
  7090. ‚Ñ¢MacDraw II
  7091. ‚Ñ¢MacGraph
  7092. ‚Ñ¢MacIRMA
  7093. ‚Ñ¢MacImage
  7094. ‚Ñ¢MacLink
  7095. ‚Ñ¢MacLink Plus
  7096. ‚Ñ¢MacMainFrame
  7097. ‚Ñ¢MacMoney
  7098. ‚Ñ¢MacNet
  7099. ‚Ñ¢MacPaint
  7100. ‚Ñ¢MacPlots II
  7101. ‚Ñ¢MacProject
  7102. ‚Ñ¢MacProject II
  7103. ‚Ñ¢MacPublisher
  7104. ‚Ñ¢MacTerminal
  7105. ‚Ñ¢MacTex
  7106. ‚Ñ¢MacVision
  7107. ‚Ñ¢MacWindows
  7108. ‚Ñ¢MacWorkStation
  7109. ‚Ñ¢MacWrite
  7110. ‚Ñ¢MacWrite II
  7111. ‚Ñ¢MegaForm
  7112. ‚Ñ¢MicroPhone
  7113. ‚Ñ¢MicroPlanner
  7114. ‚Ñ¢MicroSoft Mail
  7115. ‚Ñ¢MiniCad
  7116. ‚Ñ¢MiniCad Plus
  7117. ‚Ñ¢Mr. Runsheet
  7118. ‚Ñ¢MultiPlan
  7119. ‚Ñ¢Nexpert
  7120. ‚Ñ¢Nitro
  7121. ‚Ñ¢Oasis
  7122. ‚Ñ¢Odesta Doc Mgmnt
  7123. ‚Ñ¢Omnis 3
  7124. ‚Ñ¢Omnis 3 Plus
  7125. ‚Ñ¢On Cue
  7126. ‚Ñ¢Oracle
  7127. ‚Ñ¢OverVue
  7128. ‚Ñ¢Paginator
  7129. ‚Ñ¢PASCAL
  7130. ‚Ñ¢PacerLink
  7131. ‚Ñ¢PacerShare
  7132. ‚Ñ¢Page One
  7133. ‚Ñ¢PageMaker
  7134. ‚Ñ¢Pegasys
  7135. ‚Ñ¢Persuasion
  7136. ‚Ñ¢Pict-O-Graph
  7137. ‚Ñ¢Pixel Paint
  7138. ‚Ñ¢PowerDraw
  7139. ‚Ñ¢PowerPoint
  7140. ‚Ñ¢Print Share
  7141. ‚Ñ¢Pro3D
  7142. ‚Ñ¢Problem Knowledge Coupler
  7143. ‚Ñ¢QuarkXpress
  7144. ‚Ñ¢QuickMail
  7145. ‚Ñ¢Ready Set Go!
  7146. ‚Ñ¢Red Ryder
  7147. ‚Ñ¢Reflex
  7148. ‚Ñ¢Reflex Plus
  7149. ‚Ñ¢SNAP!
  7150. ‚Ñ¢SideKick
  7151. ‚Ñ¢SmartCom
  7152. ‚Ñ¢SmartCom II
  7153. ‚Ñ¢StatView
  7154. ‚Ñ¢Stats Tool Kit
  7155. ‚Ñ¢Studio 8
  7156. ‚Ñ¢Suitcase 2.0
  7157. ‚Ñ¢Super3D
  7158. ‚Ñ¢SuperCard
  7159. ‚Ñ¢SuperPaint
  7160. ‚Ñ¢Swivel 3D
  7161. ‚Ñ¢TACTICS
  7162. ‚Ñ¢TK Solver
  7163. ‚Ñ¢TOPS
  7164. ‚Ñ¢Tempo
  7165. ‚Ñ¢The Electronic Publisher
  7166. ‚Ñ¢The Scientific Desk
  7167. ‚Ñ¢ThunderScan
  7168. ‚Ñ¢Timbuktu
  7169. ‚Ñ¢Trapeze
  7170. ‚Ñ¢UNIX
  7171. ‚Ñ¢UltraOffice
  7172. ‚Ñ¢VT240
  7173. ‚Ñ¢VersaTerm-Pro
  7174. ‚Ñ¢Versacad
  7175. ‚Ñ¢VideoWorks
  7176. ‚Ñ¢VideoWorks II
  7177. ‚Ñ¢Visionary
  7178. ‚Ñ¢Westlaw
  7179. ‚Ñ¢Wingz
  7180. ‚Ñ¢Word
  7181. ‚Ñ¢Word Perfect
  7182. ‚Ñ¢Works
  7183. ‚Ñ¢WriteNow
  7184. ‚Ñ¢Other
  7185.  
  7186. -- part contents for card part 110
  7187. ----- text -----
  7188. ‚Ñ¢4th Dimension
  7189. ‚Ñ¢AlisaShare
  7190. ‚Ñ¢AlisaTalk
  7191. ‚Ñ¢AlisaTerminal
  7192. ‚Ñ¢Allegro
  7193. ‚Ñ¢AppleLine
  7194. ‚Ñ¢AppleLink
  7195. ‚Ñ¢AppleShare
  7196. ‚Ñ¢Archicad
  7197. ‚Ñ¢AutoCAD
  7198. ‚Ñ¢BASIC
  7199. ‚Ñ¢Bedford Professional Publishing
  7200. ‚Ñ¢Business Filevision
  7201. ‚Ñ¢C-Scan
  7202. ‚Ñ¢CAM
  7203. ‚Ñ¢CL/1
  7204. ‚Ñ¢Canvas
  7205. ‚Ñ¢Chart
  7206. ‚Ñ¢Chem3D
  7207. ‚Ñ¢ChemDraw
  7208. ‚Ñ¢Claris CAD
  7209. ‚Ñ¢CompServe
  7210. ‚Ñ¢Cricket Draw
  7211. ‚Ñ¢Cricket Graph
  7212. ‚Ñ¢Cricket Presents
  7213. ‚Ñ¢Crosfield Lightspeed
  7214. ‚Ñ¢DataFlash
  7215. ‚Ñ¢DataViz
  7216. ‚Ñ¢DaynaFile
  7217. ‚Ñ¢dBase Mac
  7218. ‚Ñ¢Desktop Express
  7219. ‚Ñ¢Digital Darkroom
  7220. ‚Ñ¢Dimensions
  7221. ‚Ñ¢Director
  7222. ‚Ñ¢Double Helix
  7223. ‚Ñ¢Double Helix II
  7224. ‚Ñ¢Douglas CAD/CAM
  7225. ‚Ñ¢DynaComm
  7226. ‚Ñ¢DynaPerspective
  7227. ‚Ñ¢Easy3D
  7228. ‚Ñ¢Excel
  7229. ‚Ñ¢Fast Forms
  7230. ‚Ñ¢FileMaker
  7231. ‚Ñ¢FileMaker 4
  7232. ‚Ñ¢FileMaker II
  7233. ‚Ñ¢FileMaker Plus
  7234. ‚Ñ¢Focal Point
  7235. ‚Ñ¢Fontographer
  7236. ‚Ñ¢Forms Manager
  7237. ‚Ñ¢Foxbase Plus/Mac
  7238. ‚Ñ¢Freehand
  7239. ‚Ñ¢Freehand II
  7240. ‚Ñ¢FullPaint
  7241. ‚Ñ¢FullWrite Professional
  7242. ‚Ñ¢Glue
  7243. ‚Ñ¢Great Plains Accounting
  7244. ‚Ñ¢HyperCard
  7245. ‚Ñ¢HyperSound
  7246. ‚Ñ¢Illustrator
  7247. ‚Ñ¢Illustrator 88
  7248. ‚Ñ¢ImageStudio
  7249. ‚Ñ¢InBox
  7250. ‚Ñ¢Insight
  7251. ‚Ñ¢InterLeaf
  7252. ™Inter•Poll
  7253. ‚Ñ¢Jazz
  7254. ‚Ñ¢Kermit File Transfer
  7255. ‚Ñ¢LaserPaint
  7256. ‚Ñ¢Level 5
  7257. ‚Ñ¢LOGO
  7258. ‚Ñ¢Lab Master II
  7259. ‚Ñ¢LabView
  7260. ‚Ñ¢LegalWare
  7261. ‚Ñ¢LightspeedC
  7262. ‚Ñ¢LogicWorks
  7263. ‚Ñ¢Lotus 1.2.3.
  7264. ‚Ñ¢MCI Mail
  7265. ‚Ñ¢MGM Station CAD/CAM
  7266. ‚Ñ¢MORE
  7267. ‚Ñ¢MORE II
  7268. ‚Ñ¢MPW Pascal
  7269. ‚Ñ¢Mac240
  7270. ‚Ñ¢Mac3D
  7271. ‚Ñ¢MacAPP
  7272. ‚Ñ¢MacAPPC
  7273. ‚Ñ¢MacArchitrion
  7274. ‚Ñ¢MacDraft
  7275. ‚Ñ¢MacDraw
  7276. ‚Ñ¢MacDraw II
  7277. ‚Ñ¢MacGraph
  7278. ‚Ñ¢MacIRMA
  7279. ‚Ñ¢MacImage
  7280. ‚Ñ¢MacLink
  7281. ‚Ñ¢MacLink Plus
  7282. ‚Ñ¢MacMainFrame
  7283. ‚Ñ¢MacMoney
  7284. ‚Ñ¢MacNet
  7285. ‚Ñ¢MacPaint
  7286. ‚Ñ¢MacPlots II
  7287. ‚Ñ¢MacProject
  7288. ‚Ñ¢MacProject II
  7289. ‚Ñ¢MacPublisher
  7290. ‚Ñ¢MacTerminal
  7291. ‚Ñ¢MacTex
  7292. ‚Ñ¢MacVision
  7293. ‚Ñ¢MacWindows
  7294. ‚Ñ¢MacWorkStation
  7295. ‚Ñ¢MacWrite
  7296. ‚Ñ¢MacWrite II
  7297. ‚Ñ¢MegaForm
  7298. ‚Ñ¢MicroPhone
  7299. ‚Ñ¢MicroPlanner
  7300. ‚Ñ¢MicroSoft Mail
  7301. ‚Ñ¢MiniCad
  7302. ‚Ñ¢MiniCad Plus
  7303. ‚Ñ¢Mr. Runsheet
  7304. ‚Ñ¢MultiPlan
  7305. ‚Ñ¢Nexpert
  7306. ‚Ñ¢Nitro
  7307. ‚Ñ¢Oasis
  7308. ‚Ñ¢Odesta Doc Mgmnt
  7309. ‚Ñ¢Omnis 3
  7310. ‚Ñ¢Omnis 3 Plus
  7311. ‚Ñ¢On Cue
  7312. ‚Ñ¢Oracle
  7313. ‚Ñ¢OverVue
  7314. ‚Ñ¢Paginator
  7315. ‚Ñ¢PASCAL
  7316. ‚Ñ¢PacerLink
  7317. ‚Ñ¢PacerShare
  7318. ‚Ñ¢Page One
  7319. ‚Ñ¢PageMaker
  7320. ‚Ñ¢Pegasys
  7321. ‚Ñ¢Persuasion
  7322. ‚Ñ¢Pict-O-Graph
  7323. ‚Ñ¢Pixel Paint
  7324. ‚Ñ¢PowerDraw
  7325. ‚Ñ¢PowerPoint
  7326. ‚Ñ¢Print Share
  7327. ‚Ñ¢Pro3D
  7328. ‚Ñ¢Problem Knowledge Coupler
  7329. ‚Ñ¢QuarkXpress
  7330. ‚Ñ¢QuickMail
  7331. ‚Ñ¢Ready Set Go!
  7332. ‚Ñ¢Red Ryder
  7333. ‚Ñ¢Reflex
  7334. ‚Ñ¢Reflex Plus
  7335. ‚Ñ¢SNAP!
  7336. ‚Ñ¢SideKick
  7337. ‚Ñ¢SmartCom
  7338. ‚Ñ¢SmartCom II
  7339. ‚Ñ¢StatView
  7340. ‚Ñ¢Stats Tool Kit
  7341. ‚Ñ¢Studio 8
  7342. ‚Ñ¢Suitcase 2.0
  7343. ‚Ñ¢Super3D
  7344. ‚Ñ¢SuperCard
  7345. ‚Ñ¢SuperPaint
  7346. ‚Ñ¢Swivel 3D
  7347. ‚Ñ¢TACTICS
  7348. ‚Ñ¢TK Solver
  7349. ‚Ñ¢TOPS
  7350. ‚Ñ¢Tempo
  7351. ‚Ñ¢The Electronic Publisher
  7352. ‚Ñ¢The Scientific Desk
  7353. ‚Ñ¢ThunderScan
  7354. ‚Ñ¢Timbuktu
  7355. ‚Ñ¢Trapeze
  7356. ‚Ñ¢UNIX
  7357. ‚Ñ¢UltraOffice
  7358. ‚Ñ¢VT240
  7359. ‚Ñ¢VersaTerm-Pro
  7360. ‚Ñ¢Versacad
  7361. ‚Ñ¢VideoWorks
  7362. ‚Ñ¢VideoWorks II
  7363. ‚Ñ¢Visionary
  7364. ‚Ñ¢Westlaw
  7365. ‚Ñ¢Wingz
  7366. ‚Ñ¢Word
  7367. ‚Ñ¢Word Perfect
  7368. ‚Ñ¢Works
  7369. ‚Ñ¢WriteNow
  7370. ‚Ñ¢Other
  7371.  
  7372. -- part contents for card part 111
  7373. ----- text -----
  7374. ‚Ñ¢4th Dimension
  7375. ‚Ñ¢AlisaShare
  7376. ‚Ñ¢AlisaTalk
  7377. ‚Ñ¢AlisaTerminal
  7378. ‚Ñ¢Allegro
  7379. ‚Ñ¢AppleLine
  7380. ‚Ñ¢AppleLink
  7381. ‚Ñ¢AppleShare
  7382. ‚Ñ¢Archicad
  7383. ‚Ñ¢AutoCAD
  7384. ‚Ñ¢BASIC
  7385. ‚Ñ¢Bedford Professional Publishing
  7386. ‚Ñ¢Business Filevision
  7387. ‚Ñ¢C-Scan
  7388. ‚Ñ¢CAM
  7389. ‚Ñ¢CL/1
  7390. ‚Ñ¢Canvas
  7391. ‚Ñ¢Chart
  7392. ‚Ñ¢Chem3D
  7393. ‚Ñ¢ChemDraw
  7394. ‚Ñ¢Claris CAD
  7395. ‚Ñ¢CompServe
  7396. ‚Ñ¢Cricket Draw
  7397. ‚Ñ¢Cricket Graph
  7398. ‚Ñ¢Cricket Presents
  7399. ‚Ñ¢Crosfield Lightspeed
  7400. ‚Ñ¢DataFlash
  7401. ‚Ñ¢DataViz
  7402. ‚Ñ¢DaynaFile
  7403. ‚Ñ¢dBase Mac
  7404. ‚Ñ¢Desktop Express
  7405. ‚Ñ¢Digital Darkroom
  7406. ‚Ñ¢Dimensions
  7407. ‚Ñ¢Director
  7408. ‚Ñ¢Double Helix
  7409. ‚Ñ¢Double Helix II
  7410. ‚Ñ¢Douglas CAD/CAM
  7411. ‚Ñ¢DynaComm
  7412. ‚Ñ¢DynaPerspective
  7413. ‚Ñ¢Easy3D
  7414. ‚Ñ¢Excel
  7415. ‚Ñ¢Fast Forms
  7416. ‚Ñ¢FileMaker
  7417. ‚Ñ¢FileMaker 4
  7418. ‚Ñ¢FileMaker II
  7419. ‚Ñ¢FileMaker Plus
  7420. ‚Ñ¢Focal Point
  7421. ‚Ñ¢Fontographer
  7422. ‚Ñ¢Forms Manager
  7423. ‚Ñ¢Foxbase Plus/Mac
  7424. ‚Ñ¢Freehand
  7425. ‚Ñ¢Freehand II
  7426. ‚Ñ¢FullPaint
  7427. ‚Ñ¢FullWrite Professional
  7428. ‚Ñ¢Glue
  7429. ‚Ñ¢Great Plains Accounting
  7430. ‚Ñ¢HyperCard
  7431. ‚Ñ¢HyperSound
  7432. ‚Ñ¢Illustrator
  7433. ‚Ñ¢Illustrator 88
  7434. ‚Ñ¢ImageStudio
  7435. ‚Ñ¢InBox
  7436. ‚Ñ¢Insight
  7437. ‚Ñ¢InterLeaf
  7438. ™Inter•Poll
  7439. ‚Ñ¢Jazz
  7440. ‚Ñ¢Kermit File Transfer
  7441. ‚Ñ¢LaserPaint
  7442. ‚Ñ¢Level 5
  7443. ‚Ñ¢LOGO
  7444. ‚Ñ¢Lab Master II
  7445. ‚Ñ¢LabView
  7446. ‚Ñ¢LegalWare
  7447. ‚Ñ¢LightspeedC
  7448. ‚Ñ¢LogicWorks
  7449. ‚Ñ¢Lotus 1.2.3.
  7450. ‚Ñ¢MCI Mail
  7451. ‚Ñ¢MGM Station CAD/CAM
  7452. ‚Ñ¢MORE
  7453. ‚Ñ¢MORE II
  7454. ‚Ñ¢MPW Pascal
  7455. ‚Ñ¢Mac240
  7456. ‚Ñ¢Mac3D
  7457. ‚Ñ¢MacAPP
  7458. ‚Ñ¢MacAPPC
  7459. ‚Ñ¢MacArchitrion
  7460. ‚Ñ¢MacDraft
  7461. ‚Ñ¢MacDraw
  7462. ‚Ñ¢MacDraw II
  7463. ‚Ñ¢MacGraph
  7464. ‚Ñ¢MacIRMA
  7465. ‚Ñ¢MacImage
  7466. ‚Ñ¢MacLink
  7467. ‚Ñ¢MacLink Plus
  7468. ‚Ñ¢MacMainFrame
  7469. ‚Ñ¢MacMoney
  7470. ‚Ñ¢MacNet
  7471. ‚Ñ¢MacPaint
  7472. ‚Ñ¢MacPlots II
  7473. ‚Ñ¢MacProject
  7474. ‚Ñ¢MacProject II
  7475. ‚Ñ¢MacPublisher
  7476. ‚Ñ¢MacTerminal
  7477. ‚Ñ¢MacTex
  7478. ‚Ñ¢MacVision
  7479. ‚Ñ¢MacWindows
  7480. ‚Ñ¢MacWorkStation
  7481. ‚Ñ¢MacWrite
  7482. ‚Ñ¢MacWrite II
  7483. ‚Ñ¢MegaForm
  7484. ‚Ñ¢MicroPhone
  7485. ‚Ñ¢MicroPlanner
  7486. ‚Ñ¢MicroSoft Mail
  7487. ‚Ñ¢MiniCad
  7488. ‚Ñ¢MiniCad Plus
  7489. ‚Ñ¢Mr. Runsheet
  7490. ‚Ñ¢MultiPlan
  7491. ‚Ñ¢Nexpert
  7492. ‚Ñ¢Nitro
  7493. ‚Ñ¢Oasis
  7494. ‚Ñ¢Odesta Doc Mgmnt
  7495. ‚Ñ¢Omnis 3
  7496. ‚Ñ¢Omnis 3 Plus
  7497. ‚Ñ¢On Cue
  7498. ‚Ñ¢Oracle
  7499. ‚Ñ¢OverVue
  7500. ‚Ñ¢Paginator
  7501. ‚Ñ¢PASCAL
  7502. ‚Ñ¢PacerLink
  7503. ‚Ñ¢PacerShare
  7504. ‚Ñ¢Page One
  7505. ‚Ñ¢PageMaker
  7506. ‚Ñ¢Pegasys
  7507. ‚Ñ¢Persuasion
  7508. ‚Ñ¢Pict-O-Graph
  7509. ‚Ñ¢Pixel Paint
  7510. ‚Ñ¢PowerDraw
  7511. ‚Ñ¢PowerPoint
  7512. ‚Ñ¢Print Share
  7513. ‚Ñ¢Pro3D
  7514. ‚Ñ¢Problem Knowledge Coupler
  7515. ‚Ñ¢QuarkXpress
  7516. ‚Ñ¢QuickMail
  7517. ‚Ñ¢Ready Set Go!
  7518. ‚Ñ¢Red Ryder
  7519. ‚Ñ¢Reflex
  7520. ‚Ñ¢Reflex Plus
  7521. ‚Ñ¢SNAP!
  7522. ‚Ñ¢SideKick
  7523. ‚Ñ¢SmartCom
  7524. ‚Ñ¢SmartCom II
  7525. ‚Ñ¢StatView
  7526. ‚Ñ¢Stats Tool Kit
  7527. ‚Ñ¢Studio 8
  7528. ‚Ñ¢Suitcase 2.0
  7529. ‚Ñ¢Super3D
  7530. ‚Ñ¢SuperCard
  7531. ‚Ñ¢SuperPaint
  7532. ‚Ñ¢Swivel 3D
  7533. ‚Ñ¢TACTICS
  7534. ‚Ñ¢TK Solver
  7535. ‚Ñ¢TOPS
  7536. ‚Ñ¢Tempo
  7537. ‚Ñ¢The Electronic Publisher
  7538. ‚Ñ¢The Scientific Desk
  7539. ‚Ñ¢ThunderScan
  7540. ‚Ñ¢Timbuktu
  7541. ‚Ñ¢Trapeze
  7542. ‚Ñ¢UNIX
  7543. ‚Ñ¢UltraOffice
  7544. ‚Ñ¢VT240
  7545. ‚Ñ¢VersaTerm-Pro
  7546. ‚Ñ¢Versacad
  7547. ‚Ñ¢VideoWorks
  7548. ‚Ñ¢VideoWorks II
  7549. ‚Ñ¢Visionary
  7550. ‚Ñ¢Westlaw
  7551. ‚Ñ¢Wingz
  7552. ‚Ñ¢Word
  7553. ‚Ñ¢Word Perfect
  7554. ‚Ñ¢Works
  7555. ‚Ñ¢WriteNow
  7556. ‚Ñ¢Other
  7557.  
  7558. -- part contents for card part 129
  7559. ----- text -----
  7560. ‚Ñ¢4th Dimension
  7561. ‚Ñ¢AlisaShare
  7562. ‚Ñ¢AlisaTalk
  7563. ‚Ñ¢AlisaTerminal
  7564. ‚Ñ¢Allegro
  7565. ‚Ñ¢AppleLine
  7566. ‚Ñ¢AppleLink
  7567. ‚Ñ¢AppleShare
  7568. ‚Ñ¢Archicad
  7569. ‚Ñ¢AutoCAD
  7570. ‚Ñ¢BASIC
  7571. ‚Ñ¢Bedford Professional Publishing
  7572. ‚Ñ¢Business Filevision
  7573. ‚Ñ¢C-Scan
  7574. ‚Ñ¢CAM
  7575. ‚Ñ¢CL/1
  7576. ‚Ñ¢Canvas
  7577. ‚Ñ¢Chart
  7578. ‚Ñ¢Chem3D
  7579. ‚Ñ¢ChemDraw
  7580. ‚Ñ¢Claris CAD
  7581. ‚Ñ¢CompServe
  7582. ‚Ñ¢Cricket Draw
  7583. ‚Ñ¢Cricket Graph
  7584. ‚Ñ¢Cricket Presents
  7585. ‚Ñ¢Crosfield Lightspeed
  7586. ‚Ñ¢DataFlash
  7587. ‚Ñ¢DataViz
  7588. ‚Ñ¢DaynaFile
  7589. ‚Ñ¢dBase Mac
  7590. ‚Ñ¢Desktop Express
  7591. ‚Ñ¢Digital Darkroom
  7592. ‚Ñ¢Dimensions
  7593. ‚Ñ¢Director
  7594. ‚Ñ¢Double Helix
  7595. ‚Ñ¢Double Helix II
  7596. ‚Ñ¢Douglas CAD/CAM
  7597. ‚Ñ¢DynaComm
  7598. ‚Ñ¢DynaPerspective
  7599. ‚Ñ¢Easy3D
  7600. ‚Ñ¢Excel
  7601. ‚Ñ¢Fast Forms
  7602. ‚Ñ¢FileMaker
  7603. ‚Ñ¢FileMaker 4
  7604. ‚Ñ¢FileMaker II
  7605. ‚Ñ¢FileMaker Plus
  7606. ‚Ñ¢Focal Point
  7607. ‚Ñ¢Fontographer
  7608. ‚Ñ¢Forms Manager
  7609. ‚Ñ¢Foxbase Plus/Mac
  7610. ‚Ñ¢Freehand
  7611. ‚Ñ¢Freehand II
  7612. ‚Ñ¢FullPaint
  7613. ‚Ñ¢FullWrite Professional
  7614. ‚Ñ¢Glue
  7615. ‚Ñ¢Great Plains Accounting
  7616. ‚Ñ¢HyperCard
  7617. ‚Ñ¢HyperSound
  7618. ‚Ñ¢Illustrator
  7619. ‚Ñ¢Illustrator 88
  7620. ‚Ñ¢ImageStudio
  7621. ‚Ñ¢InBox
  7622. ‚Ñ¢Insight
  7623. ‚Ñ¢InterLeaf
  7624. ™Inter•Poll
  7625. ‚Ñ¢Jazz
  7626. ‚Ñ¢Kermit File Transfer
  7627. ‚Ñ¢LaserPaint
  7628. ‚Ñ¢Level 5
  7629. ‚Ñ¢LOGO
  7630. ‚Ñ¢Lab Master II
  7631. ‚Ñ¢LabView
  7632. ‚Ñ¢LegalWare
  7633. ‚Ñ¢LightspeedC
  7634. ‚Ñ¢LogicWorks
  7635. ‚Ñ¢Lotus 1.2.3.
  7636. ‚Ñ¢MCI Mail
  7637. ‚Ñ¢MGM Station CAD/CAM
  7638. ‚Ñ¢MORE
  7639. ‚Ñ¢MORE II
  7640. ‚Ñ¢MPW Pascal
  7641. ‚Ñ¢Mac240
  7642. ‚Ñ¢Mac3D
  7643. ‚Ñ¢MacAPP
  7644. ‚Ñ¢MacAPPC
  7645. ‚Ñ¢MacArchitrion
  7646. ‚Ñ¢MacDraft
  7647. ‚Ñ¢MacDraw
  7648. ‚Ñ¢MacDraw II
  7649. ‚Ñ¢MacGraph
  7650. ‚Ñ¢MacIRMA
  7651. ‚Ñ¢MacImage
  7652. ‚Ñ¢MacLink
  7653. ‚Ñ¢MacLink Plus
  7654. ‚Ñ¢MacMainFrame
  7655. ‚Ñ¢MacMoney
  7656. ‚Ñ¢MacNet
  7657. ‚Ñ¢MacPaint
  7658. ‚Ñ¢MacPlots II
  7659. ‚Ñ¢MacProject
  7660. ‚Ñ¢MacProject II
  7661. ‚Ñ¢MacPublisher
  7662. ‚Ñ¢MacTerminal
  7663. ‚Ñ¢MacTex
  7664. ‚Ñ¢MacVision
  7665. ‚Ñ¢MacWindows
  7666. ‚Ñ¢MacWorkStation
  7667. ‚Ñ¢MacWrite
  7668. ‚Ñ¢MacWrite II
  7669. ‚Ñ¢MegaForm
  7670. ‚Ñ¢MicroPhone
  7671. ‚Ñ¢MicroPlanner
  7672. ‚Ñ¢MicroSoft Mail
  7673. ‚Ñ¢MiniCad
  7674. ‚Ñ¢MiniCad Plus
  7675. ‚Ñ¢Mr. Runsheet
  7676. ‚Ñ¢MultiPlan
  7677. ‚Ñ¢Nexpert
  7678. ‚Ñ¢Nitro
  7679. ‚Ñ¢Oasis
  7680. ‚Ñ¢Odesta Doc Mgmnt
  7681. ‚Ñ¢Omnis 3
  7682. ‚Ñ¢Omnis 3 Plus
  7683. ‚Ñ¢On Cue
  7684. ‚Ñ¢Oracle
  7685. ‚Ñ¢OverVue
  7686. ‚Ñ¢Paginator
  7687. ‚Ñ¢PASCAL
  7688. ‚Ñ¢PacerLink
  7689. ‚Ñ¢PacerShare
  7690. ‚Ñ¢Page One
  7691. ‚Ñ¢PageMaker
  7692. ‚Ñ¢Pegasys
  7693. ‚Ñ¢Persuasion
  7694. ‚Ñ¢Pict-O-Graph
  7695. ‚Ñ¢Pixel Paint
  7696. ‚Ñ¢PowerDraw
  7697. ‚Ñ¢PowerPoint
  7698. ‚Ñ¢Print Share
  7699. ‚Ñ¢Pro3D
  7700. ‚Ñ¢Problem Knowledge Coupler
  7701. ‚Ñ¢QuarkXpress
  7702. ‚Ñ¢QuickMail
  7703. ‚Ñ¢Ready Set Go!
  7704. ‚Ñ¢Red Ryder
  7705. ‚Ñ¢Reflex
  7706. ‚Ñ¢Reflex Plus
  7707. ‚Ñ¢SNAP!
  7708. ‚Ñ¢SideKick
  7709. ‚Ñ¢SmartCom
  7710. ‚Ñ¢SmartCom II
  7711. ‚Ñ¢StatView
  7712. ‚Ñ¢Stats Tool Kit
  7713. ‚Ñ¢Studio 8
  7714. ‚Ñ¢Suitcase 2.0
  7715. ‚Ñ¢Super3D
  7716. ‚Ñ¢SuperCard
  7717. ‚Ñ¢SuperPaint
  7718. ‚Ñ¢Swivel 3D
  7719. ‚Ñ¢TACTICS
  7720. ‚Ñ¢TK Solver
  7721. ‚Ñ¢TOPS
  7722. ‚Ñ¢Tempo
  7723. ‚Ñ¢The Electronic Publisher
  7724. ‚Ñ¢The Scientific Desk
  7725. ‚Ñ¢ThunderScan
  7726. ‚Ñ¢Timbuktu
  7727. ‚Ñ¢Trapeze
  7728. ‚Ñ¢UNIX
  7729. ‚Ñ¢UltraOffice
  7730. ‚Ñ¢VT240
  7731. ‚Ñ¢VersaTerm-Pro
  7732. ‚Ñ¢Versacad
  7733. ‚Ñ¢VideoWorks
  7734. ‚Ñ¢VideoWorks II
  7735. ‚Ñ¢Visionary
  7736. ‚Ñ¢Westlaw
  7737. ‚Ñ¢Wingz
  7738. ‚Ñ¢Word
  7739. ‚Ñ¢Word Perfect
  7740. ‚Ñ¢Works
  7741. ‚Ñ¢WriteNow
  7742. ‚Ñ¢Other
  7743.  
  7744. -- part contents for card part 130
  7745. ----- text -----
  7746. ‚Ñ¢4th Dimension
  7747. ‚Ñ¢AlisaShare
  7748. ‚Ñ¢AlisaTalk
  7749. ‚Ñ¢AlisaTerminal
  7750. ‚Ñ¢Allegro
  7751. ‚Ñ¢AppleLine
  7752. ‚Ñ¢AppleLink
  7753. ‚Ñ¢AppleShare
  7754. ‚Ñ¢Archicad
  7755. ‚Ñ¢AutoCAD
  7756. ‚Ñ¢BASIC
  7757. ‚Ñ¢Bedford Professional Publishing
  7758. ‚Ñ¢Business Filevision
  7759. ‚Ñ¢C-Scan
  7760. ‚Ñ¢CAM
  7761. ‚Ñ¢CL/1
  7762. ‚Ñ¢Canvas
  7763. ‚Ñ¢Chart
  7764. ‚Ñ¢Chem3D
  7765. ‚Ñ¢ChemDraw
  7766. ‚Ñ¢Claris CAD
  7767. ‚Ñ¢CompServe
  7768. ‚Ñ¢Cricket Draw
  7769. ‚Ñ¢Cricket Graph
  7770. ‚Ñ¢Cricket Presents
  7771. ‚Ñ¢Crosfield Lightspeed
  7772. ‚Ñ¢DataFlash
  7773. ‚Ñ¢DataViz
  7774. ‚Ñ¢DaynaFile
  7775. ‚Ñ¢dBase Mac
  7776. ‚Ñ¢Desktop Express
  7777. ‚Ñ¢Digital Darkroom
  7778. ‚Ñ¢Dimensions
  7779. ‚Ñ¢Director
  7780. ‚Ñ¢Double Helix
  7781. ‚Ñ¢Double Helix II
  7782. ‚Ñ¢Douglas CAD/CAM
  7783. ‚Ñ¢DynaComm
  7784. ‚Ñ¢DynaPerspective
  7785. ‚Ñ¢Easy3D
  7786. ‚Ñ¢Excel
  7787. ‚Ñ¢Fast Forms
  7788. ‚Ñ¢FileMaker
  7789. ‚Ñ¢FileMaker 4
  7790. ‚Ñ¢FileMaker II
  7791. ‚Ñ¢FileMaker Plus
  7792. ‚Ñ¢Focal Point
  7793. ‚Ñ¢Fontographer
  7794. ‚Ñ¢Forms Manager
  7795. ‚Ñ¢Foxbase Plus/Mac
  7796. ‚Ñ¢Freehand
  7797. ‚Ñ¢Freehand II
  7798. ‚Ñ¢FullPaint
  7799. ‚Ñ¢FullWrite Professional
  7800. ‚Ñ¢Glue
  7801. ‚Ñ¢Great Plains Accounting
  7802. ‚Ñ¢HyperCard
  7803. ‚Ñ¢HyperSound
  7804. ‚Ñ¢Illustrator
  7805. ‚Ñ¢Illustrator 88
  7806. ‚Ñ¢ImageStudio
  7807. ‚Ñ¢InBox
  7808. ‚Ñ¢Insight
  7809. ‚Ñ¢InterLeaf
  7810. ™Inter•Poll
  7811. ‚Ñ¢Jazz
  7812. ‚Ñ¢Kermit File Transfer
  7813. ‚Ñ¢LaserPaint
  7814. ‚Ñ¢Level 5
  7815. ‚Ñ¢LOGO
  7816. ‚Ñ¢Lab Master II
  7817. ‚Ñ¢LabView
  7818. ‚Ñ¢LegalWare
  7819. ‚Ñ¢LightspeedC
  7820. ‚Ñ¢LogicWorks
  7821. ‚Ñ¢Lotus 1.2.3.
  7822. ‚Ñ¢MCI Mail
  7823. ‚Ñ¢MGM Station CAD/CAM
  7824. ‚Ñ¢MORE
  7825. ‚Ñ¢MORE II
  7826. ‚Ñ¢MPW Pascal
  7827. ‚Ñ¢Mac240
  7828. ‚Ñ¢Mac3D
  7829. ‚Ñ¢MacAPP
  7830. ‚Ñ¢MacAPPC
  7831. ‚Ñ¢MacArchitrion
  7832. ‚Ñ¢MacDraft
  7833. ‚Ñ¢MacDraw
  7834. ‚Ñ¢MacDraw II
  7835. ‚Ñ¢MacGraph
  7836. ‚Ñ¢MacIRMA
  7837. ‚Ñ¢MacImage
  7838. ‚Ñ¢MacLink
  7839. ‚Ñ¢MacLink Plus
  7840. ‚Ñ¢MacMainFrame
  7841. ‚Ñ¢MacMoney
  7842. ‚Ñ¢MacNet
  7843. ‚Ñ¢MacPaint
  7844. ‚Ñ¢MacPlots II
  7845. ‚Ñ¢MacProject
  7846. ‚Ñ¢MacProject II
  7847. ‚Ñ¢MacPublisher
  7848. ‚Ñ¢MacTerminal
  7849. ‚Ñ¢MacTex
  7850. ‚Ñ¢MacVision
  7851. ‚Ñ¢MacWindows
  7852. ‚Ñ¢MacWorkStation
  7853. ‚Ñ¢MacWrite
  7854. ‚Ñ¢MacWrite II
  7855. ‚Ñ¢MegaForm
  7856. ‚Ñ¢MicroPhone
  7857. ‚Ñ¢MicroPlanner
  7858. ‚Ñ¢MicroSoft Mail
  7859. ‚Ñ¢MiniCad
  7860. ‚Ñ¢MiniCad Plus
  7861. ‚Ñ¢Mr. Runsheet
  7862. ‚Ñ¢MultiPlan
  7863. ‚Ñ¢Nexpert
  7864. ‚Ñ¢Nitro
  7865. ‚Ñ¢Oasis
  7866. ‚Ñ¢Odesta Doc Mgmnt
  7867. ‚Ñ¢Omnis 3
  7868. ‚Ñ¢Omnis 3 Plus
  7869. ‚Ñ¢On Cue
  7870. ‚Ñ¢Oracle
  7871. ‚Ñ¢OverVue
  7872. ‚Ñ¢Paginator
  7873. ‚Ñ¢PASCAL
  7874. ‚Ñ¢PacerLink
  7875. ‚Ñ¢PacerShare
  7876. ‚Ñ¢Page One
  7877. ‚Ñ¢PageMaker
  7878. ‚Ñ¢Pegasys
  7879. ‚Ñ¢Persuasion
  7880. ‚Ñ¢Pict-O-Graph
  7881. ‚Ñ¢Pixel Paint
  7882. ‚Ñ¢PowerDraw
  7883. ‚Ñ¢PowerPoint
  7884. ‚Ñ¢Print Share
  7885. ‚Ñ¢Pro3D
  7886. ‚Ñ¢Problem Knowledge Coupler
  7887. ‚Ñ¢QuarkXpress
  7888. ‚Ñ¢QuickMail
  7889. ‚Ñ¢Ready Set Go!
  7890. ‚Ñ¢Red Ryder
  7891. ‚Ñ¢Reflex
  7892. ‚Ñ¢Reflex Plus
  7893. ‚Ñ¢SNAP!
  7894. ‚Ñ¢SideKick
  7895. ‚Ñ¢SmartCom
  7896. ‚Ñ¢SmartCom II
  7897. ‚Ñ¢StatView
  7898. ‚Ñ¢Stats Tool Kit
  7899. ‚Ñ¢Studio 8
  7900. ‚Ñ¢Suitcase 2.0
  7901. ‚Ñ¢Super3D
  7902. ‚Ñ¢SuperCard
  7903. ‚Ñ¢SuperPaint
  7904. ‚Ñ¢Swivel 3D
  7905. ‚Ñ¢TACTICS
  7906. ‚Ñ¢TK Solver
  7907. ‚Ñ¢TOPS
  7908. ‚Ñ¢Tempo
  7909. ‚Ñ¢The Electronic Publisher
  7910. ‚Ñ¢The Scientific Desk
  7911. ‚Ñ¢ThunderScan
  7912. ‚Ñ¢Timbuktu
  7913. ‚Ñ¢Trapeze
  7914. ‚Ñ¢UNIX
  7915. ‚Ñ¢UltraOffice
  7916. ‚Ñ¢VT240
  7917. ‚Ñ¢VersaTerm-Pro
  7918. ‚Ñ¢Versacad
  7919. ‚Ñ¢VideoWorks
  7920. ‚Ñ¢VideoWorks II
  7921. ‚Ñ¢Visionary
  7922. ‚Ñ¢Westlaw
  7923. ‚Ñ¢Wingz
  7924. ‚Ñ¢Word
  7925. ‚Ñ¢Word Perfect
  7926. ‚Ñ¢Works
  7927. ‚Ñ¢WriteNow
  7928. ‚Ñ¢Other
  7929.  
  7930. -- part contents for card part 131
  7931. ----- text -----
  7932. ‚Ñ¢4th Dimension
  7933. ‚Ñ¢AlisaShare
  7934. ‚Ñ¢AlisaTalk
  7935. ‚Ñ¢AlisaTerminal
  7936. ‚Ñ¢Allegro
  7937. ‚Ñ¢AppleLine
  7938. ‚Ñ¢AppleLink
  7939. ‚Ñ¢AppleShare
  7940. ‚Ñ¢Archicad
  7941. ‚Ñ¢AutoCAD
  7942. ‚Ñ¢BASIC
  7943. ‚Ñ¢Bedford Professional Publishing
  7944. ‚Ñ¢Business Filevision
  7945. ‚Ñ¢C-Scan
  7946. ‚Ñ¢CAM
  7947. ‚Ñ¢CL/1
  7948. ‚Ñ¢Canvas
  7949. ‚Ñ¢Chart
  7950. ‚Ñ¢Chem3D
  7951. ‚Ñ¢ChemDraw
  7952. ‚Ñ¢Claris CAD
  7953. ‚Ñ¢CompServe
  7954. ‚Ñ¢Cricket Draw
  7955. ‚Ñ¢Cricket Graph
  7956. ‚Ñ¢Cricket Presents
  7957. ‚Ñ¢Crosfield Lightspeed
  7958. ‚Ñ¢DataFlash
  7959. ‚Ñ¢DataViz
  7960. ‚Ñ¢DaynaFile
  7961. ‚Ñ¢dBase Mac
  7962. ‚Ñ¢Desktop Express
  7963. ‚Ñ¢Digital Darkroom
  7964. ‚Ñ¢Dimensions
  7965. ‚Ñ¢Director
  7966. ‚Ñ¢Double Helix
  7967. ‚Ñ¢Double Helix II
  7968. ‚Ñ¢Douglas CAD/CAM
  7969. ‚Ñ¢DynaComm
  7970. ‚Ñ¢DynaPerspective
  7971. ‚Ñ¢Easy3D
  7972. ‚Ñ¢Excel
  7973. ‚Ñ¢Fast Forms
  7974. ‚Ñ¢FileMaker
  7975. ‚Ñ¢FileMaker 4
  7976. ‚Ñ¢FileMaker II
  7977. ‚Ñ¢FileMaker Plus
  7978. ‚Ñ¢Focal Point
  7979. ‚Ñ¢Fontographer
  7980. ‚Ñ¢Forms Manager
  7981. ‚Ñ¢Foxbase Plus/Mac
  7982. ‚Ñ¢Freehand
  7983. ‚Ñ¢Freehand II
  7984. ‚Ñ¢FullPaint
  7985. ‚Ñ¢FullWrite Professional
  7986. ‚Ñ¢Glue
  7987. ‚Ñ¢Great Plains Accounting
  7988. ‚Ñ¢HyperCard
  7989. ‚Ñ¢HyperSound
  7990. ‚Ñ¢Illustrator
  7991. ‚Ñ¢Illustrator 88
  7992. ‚Ñ¢ImageStudio
  7993. ‚Ñ¢InBox
  7994. ‚Ñ¢Insight
  7995. ‚Ñ¢InterLeaf
  7996. ™Inter•Poll
  7997. ‚Ñ¢Jazz
  7998. ‚Ñ¢Kermit File Transfer
  7999. ‚Ñ¢LaserPaint
  8000. ‚Ñ¢Level 5
  8001. ‚Ñ¢LOGO
  8002. ‚Ñ¢Lab Master II
  8003. ‚Ñ¢LabView
  8004. ‚Ñ¢LegalWare
  8005. ‚Ñ¢LightspeedC
  8006. ‚Ñ¢LogicWorks
  8007. ‚Ñ¢Lotus 1.2.3.
  8008. ‚Ñ¢MCI Mail
  8009. ‚Ñ¢MGM Station CAD/CAM
  8010. ‚Ñ¢MORE
  8011. ‚Ñ¢MORE II
  8012. ‚Ñ¢MPW Pascal
  8013. ‚Ñ¢Mac240
  8014. ‚Ñ¢Mac3D
  8015. ‚Ñ¢MacAPP
  8016. ‚Ñ¢MacAPPC
  8017. ‚Ñ¢MacArchitrion
  8018. ‚Ñ¢MacDraft
  8019. ‚Ñ¢MacDraw
  8020. ‚Ñ¢MacDraw II
  8021. ‚Ñ¢MacGraph
  8022. ‚Ñ¢MacIRMA
  8023. ‚Ñ¢MacImage
  8024. ‚Ñ¢MacLink
  8025. ‚Ñ¢MacLink Plus
  8026. ‚Ñ¢MacMainFrame
  8027. ‚Ñ¢MacMoney
  8028. ‚Ñ¢MacNet
  8029. ‚Ñ¢MacPaint
  8030. ‚Ñ¢MacPlots II
  8031. ‚Ñ¢MacProject
  8032. ‚Ñ¢MacProject II
  8033. ‚Ñ¢MacPublisher
  8034. ‚Ñ¢MacTerminal
  8035. ‚Ñ¢MacTex
  8036. ‚Ñ¢MacVision
  8037. ‚Ñ¢MacWindows
  8038. ‚Ñ¢MacWorkStation
  8039. ‚Ñ¢MacWrite
  8040. ‚Ñ¢MacWrite II
  8041. ‚Ñ¢MegaForm
  8042. ‚Ñ¢MicroPhone
  8043. ‚Ñ¢MicroPlanner
  8044. ‚Ñ¢MicroSoft Mail
  8045. ‚Ñ¢MiniCad
  8046. ‚Ñ¢MiniCad Plus
  8047. ‚Ñ¢Mr. Runsheet
  8048. ‚Ñ¢MultiPlan
  8049. ‚Ñ¢Nexpert
  8050. ‚Ñ¢Nitro
  8051. ‚Ñ¢Oasis
  8052. ‚Ñ¢Odesta Doc Mgmnt
  8053. ‚Ñ¢Omnis 3
  8054. ‚Ñ¢Omnis 3 Plus
  8055. ‚Ñ¢On Cue
  8056. ‚Ñ¢Oracle
  8057. ‚Ñ¢OverVue
  8058. ‚Ñ¢Paginator
  8059. ‚Ñ¢PASCAL
  8060. ‚Ñ¢PacerLink
  8061. ‚Ñ¢PacerShare
  8062. ‚Ñ¢Page One
  8063. ‚Ñ¢PageMaker
  8064. ‚Ñ¢Pegasys
  8065. ‚Ñ¢Persuasion
  8066. ‚Ñ¢Pict-O-Graph
  8067. ‚Ñ¢Pixel Paint
  8068. ‚Ñ¢PowerDraw
  8069. ‚Ñ¢PowerPoint
  8070. ‚Ñ¢Print Share
  8071. ‚Ñ¢Pro3D
  8072. ‚Ñ¢Problem Knowledge Coupler
  8073. ‚Ñ¢QuarkXpress
  8074. ‚Ñ¢QuickMail
  8075. ‚Ñ¢Ready Set Go!
  8076. ‚Ñ¢Red Ryder
  8077. ‚Ñ¢Reflex
  8078. ‚Ñ¢Reflex Plus
  8079. ‚Ñ¢SNAP!
  8080. ‚Ñ¢SideKick
  8081. ‚Ñ¢SmartCom
  8082. ‚Ñ¢SmartCom II
  8083. ‚Ñ¢StatView
  8084. ‚Ñ¢Stats Tool Kit
  8085. ‚Ñ¢Studio 8
  8086. ‚Ñ¢Suitcase 2.0
  8087. ‚Ñ¢Super3D
  8088. ‚Ñ¢SuperCard
  8089. ‚Ñ¢SuperPaint
  8090. ‚Ñ¢Swivel 3D
  8091. ‚Ñ¢TACTICS
  8092. ‚Ñ¢TK Solver
  8093. ‚Ñ¢TOPS
  8094. ‚Ñ¢Tempo
  8095. ‚Ñ¢The Electronic Publisher
  8096. ‚Ñ¢The Scientific Desk
  8097. ‚Ñ¢ThunderScan
  8098. ‚Ñ¢Timbuktu
  8099. ‚Ñ¢Trapeze
  8100. ‚Ñ¢UNIX
  8101. ‚Ñ¢UltraOffice
  8102. ‚Ñ¢VT240
  8103. ‚Ñ¢VersaTerm-Pro
  8104. ‚Ñ¢Versacad
  8105. ‚Ñ¢VideoWorks
  8106. ‚Ñ¢VideoWorks II
  8107. ‚Ñ¢Visionary
  8108. ‚Ñ¢Westlaw
  8109. ‚Ñ¢Wingz
  8110. ‚Ñ¢Word
  8111. ‚Ñ¢Word Perfect
  8112. ‚Ñ¢Works
  8113. ‚Ñ¢WriteNow
  8114. ‚Ñ¢Other
  8115.  
  8116. -- part contents for card part 132
  8117. ----- text -----
  8118. ‚Ñ¢4th Dimension
  8119. ‚Ñ¢AlisaShare
  8120. ‚Ñ¢AlisaTalk
  8121. ‚Ñ¢AlisaTerminal
  8122. ‚Ñ¢Allegro
  8123. ‚Ñ¢AppleLine
  8124. ‚Ñ¢AppleLink
  8125. ‚Ñ¢AppleShare
  8126. ‚Ñ¢Archicad
  8127. ‚Ñ¢AutoCAD
  8128. ‚Ñ¢BASIC
  8129. ‚Ñ¢Bedford Professional Publishing
  8130. ‚Ñ¢Business Filevision
  8131. ‚Ñ¢C-Scan
  8132. ‚Ñ¢CAM
  8133. ‚Ñ¢CL/1
  8134. ‚Ñ¢Canvas
  8135. ‚Ñ¢Chart
  8136. ‚Ñ¢Chem3D
  8137. ‚Ñ¢ChemDraw
  8138. ‚Ñ¢Claris CAD
  8139. ‚Ñ¢CompServe
  8140. ‚Ñ¢Cricket Draw
  8141. ‚Ñ¢Cricket Graph
  8142. ‚Ñ¢Cricket Presents
  8143. ‚Ñ¢Crosfield Lightspeed
  8144. ‚Ñ¢DataFlash
  8145. ‚Ñ¢DataViz
  8146. ‚Ñ¢DaynaFile
  8147. ‚Ñ¢dBase Mac
  8148. ‚Ñ¢Desktop Express
  8149. ‚Ñ¢Digital Darkroom
  8150. ‚Ñ¢Dimensions
  8151. ‚Ñ¢Director
  8152. ‚Ñ¢Double Helix
  8153. ‚Ñ¢Double Helix II
  8154. ‚Ñ¢Douglas CAD/CAM
  8155. ‚Ñ¢DynaComm
  8156. ‚Ñ¢DynaPerspective
  8157. ‚Ñ¢Easy3D
  8158. ‚Ñ¢Excel
  8159. ‚Ñ¢Fast Forms
  8160. ‚Ñ¢FileMaker
  8161. ‚Ñ¢FileMaker 4
  8162. ‚Ñ¢FileMaker II
  8163. ‚Ñ¢FileMaker Plus
  8164. ‚Ñ¢Focal Point
  8165. ‚Ñ¢Fontographer
  8166. ‚Ñ¢Forms Manager
  8167. ‚Ñ¢Foxbase Plus/Mac
  8168. ‚Ñ¢Freehand
  8169. ‚Ñ¢Freehand II
  8170. ‚Ñ¢FullPaint
  8171. ‚Ñ¢FullWrite Professional
  8172. ‚Ñ¢Glue
  8173. ‚Ñ¢Great Plains Accounting
  8174. ‚Ñ¢HyperCard
  8175. ‚Ñ¢HyperSound
  8176. ‚Ñ¢Illustrator
  8177. ‚Ñ¢Illustrator 88
  8178. ‚Ñ¢ImageStudio
  8179. ‚Ñ¢InBox
  8180. ‚Ñ¢Insight
  8181. ‚Ñ¢InterLeaf
  8182. ™Inter•Poll
  8183. ‚Ñ¢Jazz
  8184. ‚Ñ¢Kermit File Transfer
  8185. ‚Ñ¢LaserPaint
  8186. ‚Ñ¢Level 5
  8187. ‚Ñ¢LOGO
  8188. ‚Ñ¢Lab Master II
  8189. ‚Ñ¢LabView
  8190. ‚Ñ¢LegalWare
  8191. ‚Ñ¢LightspeedC
  8192. ‚Ñ¢LogicWorks
  8193. ‚Ñ¢Lotus 1.2.3.
  8194. ‚Ñ¢MCI Mail
  8195. ‚Ñ¢MGM Station CAD/CAM
  8196. ‚Ñ¢MORE
  8197. ‚Ñ¢MORE II
  8198. ‚Ñ¢MPW Pascal
  8199. ‚Ñ¢Mac240
  8200. ‚Ñ¢Mac3D
  8201. ‚Ñ¢MacAPP
  8202. ‚Ñ¢MacAPPC
  8203. ‚Ñ¢MacArchitrion
  8204. ‚Ñ¢MacDraft
  8205. ‚Ñ¢MacDraw
  8206. ‚Ñ¢MacDraw II
  8207. ‚Ñ¢MacGraph
  8208. ‚Ñ¢MacIRMA
  8209. ‚Ñ¢MacImage
  8210. ‚Ñ¢MacLink
  8211. ‚Ñ¢MacLink Plus
  8212. ‚Ñ¢MacMainFrame
  8213. ‚Ñ¢MacMoney
  8214. ‚Ñ¢MacNet
  8215. ‚Ñ¢MacPaint
  8216. ‚Ñ¢MacPlots II
  8217. ‚Ñ¢MacProject
  8218. ‚Ñ¢MacProject II
  8219. ‚Ñ¢MacPublisher
  8220. ‚Ñ¢MacTerminal
  8221. ‚Ñ¢MacTex
  8222. ‚Ñ¢MacVision
  8223. ‚Ñ¢MacWindows
  8224. ‚Ñ¢MacWorkStation
  8225. ‚Ñ¢MacWrite
  8226. ‚Ñ¢MacWrite II
  8227. ‚Ñ¢MegaForm
  8228. ‚Ñ¢MicroPhone
  8229. ‚Ñ¢MicroPlanner
  8230. ‚Ñ¢MicroSoft Mail
  8231. ‚Ñ¢MiniCad
  8232. ‚Ñ¢MiniCad Plus
  8233. ‚Ñ¢Mr. Runsheet
  8234. ‚Ñ¢MultiPlan
  8235. ‚Ñ¢Nexpert
  8236. ‚Ñ¢Nitro
  8237. ‚Ñ¢Oasis
  8238. ‚Ñ¢Odesta Doc Mgmnt
  8239. ‚Ñ¢Omnis 3
  8240. ‚Ñ¢Omnis 3 Plus
  8241. ‚Ñ¢On Cue
  8242. ‚Ñ¢Oracle
  8243. ‚Ñ¢OverVue
  8244. ‚Ñ¢Paginator
  8245. ‚Ñ¢PASCAL
  8246. ‚Ñ¢PacerLink
  8247. ‚Ñ¢PacerShare
  8248. ‚Ñ¢Page One
  8249. ‚Ñ¢PageMaker
  8250. ‚Ñ¢Pegasys
  8251. ‚Ñ¢Persuasion
  8252. ‚Ñ¢Pict-O-Graph
  8253. ‚Ñ¢Pixel Paint
  8254. ‚Ñ¢PowerDraw
  8255. ‚Ñ¢PowerPoint
  8256. ‚Ñ¢Print Share
  8257. ‚Ñ¢Pro3D
  8258. ‚Ñ¢Problem Knowledge Coupler
  8259. ‚Ñ¢QuarkXpress
  8260. ‚Ñ¢QuickMail
  8261. ‚Ñ¢Ready Set Go!
  8262. ‚Ñ¢Red Ryder
  8263. ‚Ñ¢Reflex
  8264. ‚Ñ¢Reflex Plus
  8265. ‚Ñ¢SNAP!
  8266. ‚Ñ¢SideKick
  8267. ‚Ñ¢SmartCom
  8268. ‚Ñ¢SmartCom II
  8269. ‚Ñ¢StatView
  8270. ‚Ñ¢Stats Tool Kit
  8271. ‚Ñ¢Studio 8
  8272. ‚Ñ¢Suitcase 2.0
  8273. ‚Ñ¢Super3D
  8274. ‚Ñ¢SuperCard
  8275. ‚Ñ¢SuperPaint
  8276. ‚Ñ¢Swivel 3D
  8277. ‚Ñ¢TACTICS
  8278. ‚Ñ¢TK Solver
  8279. ‚Ñ¢TOPS
  8280. ‚Ñ¢Tempo
  8281. ‚Ñ¢The Electronic Publisher
  8282. ‚Ñ¢The Scientific Desk
  8283. ‚Ñ¢ThunderScan
  8284. ‚Ñ¢Timbuktu
  8285. ‚Ñ¢Trapeze
  8286. ‚Ñ¢UNIX
  8287. ‚Ñ¢UltraOffice
  8288. ‚Ñ¢VT240
  8289. ‚Ñ¢VersaTerm-Pro
  8290. ‚Ñ¢Versacad
  8291. ‚Ñ¢VideoWorks
  8292. ‚Ñ¢VideoWorks II
  8293. ‚Ñ¢Visionary
  8294. ‚Ñ¢Westlaw
  8295. ‚Ñ¢Wingz
  8296. ‚Ñ¢Word
  8297. ‚Ñ¢Word Perfect
  8298. ‚Ñ¢Works
  8299. ‚Ñ¢WriteNow
  8300. ‚Ñ¢Other
  8301.  
  8302. -- part contents for card part 133
  8303. ----- text -----
  8304. ‚Ñ¢4th Dimension
  8305. ‚Ñ¢AlisaShare
  8306. ‚Ñ¢AlisaTalk
  8307. ‚Ñ¢AlisaTerminal
  8308. ‚Ñ¢Allegro
  8309. ‚Ñ¢AppleLine
  8310. ‚Ñ¢AppleLink
  8311. ‚Ñ¢AppleShare
  8312. ‚Ñ¢Archicad
  8313. ‚Ñ¢AutoCAD
  8314. ‚Ñ¢BASIC
  8315. ‚Ñ¢Bedford Professional Publishing
  8316. ‚Ñ¢Business Filevision
  8317. ‚Ñ¢C-Scan
  8318. ‚Ñ¢CAM
  8319. ‚Ñ¢CL/1
  8320. ‚Ñ¢Canvas
  8321. ‚Ñ¢Chart
  8322. ‚Ñ¢Chem3D
  8323. ‚Ñ¢ChemDraw
  8324. ‚Ñ¢Claris CAD
  8325. ‚Ñ¢CompServe
  8326. ‚Ñ¢Cricket Draw
  8327. ‚Ñ¢Cricket Graph
  8328. ‚Ñ¢Cricket Presents
  8329. ‚Ñ¢Crosfield Lightspeed
  8330. ‚Ñ¢DataFlash
  8331. ‚Ñ¢DataViz
  8332. ‚Ñ¢DaynaFile
  8333. ‚Ñ¢dBase Mac
  8334. ‚Ñ¢Desktop Express
  8335. ‚Ñ¢Digital Darkroom
  8336. ‚Ñ¢Dimensions
  8337. ‚Ñ¢Director
  8338. ‚Ñ¢Double Helix
  8339. ‚Ñ¢Double Helix II
  8340. ‚Ñ¢Douglas CAD/CAM
  8341. ‚Ñ¢DynaComm
  8342. ‚Ñ¢DynaPerspective
  8343. ‚Ñ¢Easy3D
  8344. ‚Ñ¢Excel
  8345. ‚Ñ¢Fast Forms
  8346. ‚Ñ¢FileMaker
  8347. ‚Ñ¢FileMaker 4
  8348. ‚Ñ¢FileMaker II
  8349. ‚Ñ¢FileMaker Plus
  8350. ‚Ñ¢Focal Point
  8351. ‚Ñ¢Fontographer
  8352. ‚Ñ¢Forms Manager
  8353. ‚Ñ¢Foxbase Plus/Mac
  8354. ‚Ñ¢Freehand
  8355. ‚Ñ¢Freehand II
  8356. ‚Ñ¢FullPaint
  8357. ‚Ñ¢FullWrite Professional
  8358. ‚Ñ¢Glue
  8359. ‚Ñ¢Great Plains Accounting
  8360. ‚Ñ¢HyperCard
  8361. ‚Ñ¢HyperSound
  8362. ‚Ñ¢Illustrator
  8363. ‚Ñ¢Illustrator 88
  8364. ‚Ñ¢ImageStudio
  8365. ‚Ñ¢InBox
  8366. ‚Ñ¢Insight
  8367. ‚Ñ¢InterLeaf
  8368. ™Inter•Poll
  8369. ‚Ñ¢Jazz
  8370. ‚Ñ¢Kermit File Transfer
  8371. ‚Ñ¢LaserPaint
  8372. ‚Ñ¢Level 5
  8373. ‚Ñ¢LOGO
  8374. ‚Ñ¢Lab Master II
  8375. ‚Ñ¢LabView
  8376. ‚Ñ¢LegalWare
  8377. ‚Ñ¢LightspeedC
  8378. ‚Ñ¢LogicWorks
  8379. ‚Ñ¢Lotus 1.2.3.
  8380. ‚Ñ¢MCI Mail
  8381. ‚Ñ¢MGM Station CAD/CAM
  8382. ‚Ñ¢MORE
  8383. ‚Ñ¢MORE II
  8384. ‚Ñ¢MPW Pascal
  8385. ‚Ñ¢Mac240
  8386. ‚Ñ¢Mac3D
  8387. ‚Ñ¢MacAPP
  8388. ‚Ñ¢MacAPPC
  8389. ‚Ñ¢MacArchitrion
  8390. ‚Ñ¢MacDraft
  8391. ‚Ñ¢MacDraw
  8392. ‚Ñ¢MacDraw II
  8393. ‚Ñ¢MacGraph
  8394. ‚Ñ¢MacIRMA
  8395. ‚Ñ¢MacImage
  8396. ‚Ñ¢MacLink
  8397. ‚Ñ¢MacLink Plus
  8398. ‚Ñ¢MacMainFrame
  8399. ‚Ñ¢MacMoney
  8400. ‚Ñ¢MacNet
  8401. ‚Ñ¢MacPaint
  8402. ‚Ñ¢MacPlots II
  8403. ‚Ñ¢MacProject
  8404. ‚Ñ¢MacProject II
  8405. ‚Ñ¢MacPublisher
  8406. ‚Ñ¢MacTerminal
  8407. ‚Ñ¢MacTex
  8408. ‚Ñ¢MacVision
  8409. ‚Ñ¢MacWindows
  8410. ‚Ñ¢MacWorkStation
  8411. ‚Ñ¢MacWrite
  8412. ‚Ñ¢MacWrite II
  8413. ‚Ñ¢MegaForm
  8414. ‚Ñ¢MicroPhone
  8415. ‚Ñ¢MicroPlanner
  8416. ‚Ñ¢MicroSoft Mail
  8417. ‚Ñ¢MiniCad
  8418. ‚Ñ¢MiniCad Plus
  8419. ‚Ñ¢Mr. Runsheet
  8420. ‚Ñ¢MultiPlan
  8421. ‚Ñ¢Nexpert
  8422. ‚Ñ¢Nitro
  8423. ‚Ñ¢Oasis
  8424. ‚Ñ¢Odesta Doc Mgmnt
  8425. ‚Ñ¢Omnis 3
  8426. ‚Ñ¢Omnis 3 Plus
  8427. ‚Ñ¢On Cue
  8428. ‚Ñ¢Oracle
  8429. ‚Ñ¢OverVue
  8430. ‚Ñ¢Paginator
  8431. ‚Ñ¢PASCAL
  8432. ‚Ñ¢PacerLink
  8433. ‚Ñ¢PacerShare
  8434. ‚Ñ¢Page One
  8435. ‚Ñ¢PageMaker
  8436. ‚Ñ¢Pegasys
  8437. ‚Ñ¢Persuasion
  8438. ‚Ñ¢Pict-O-Graph
  8439. ‚Ñ¢Pixel Paint
  8440. ‚Ñ¢PowerDraw
  8441. ‚Ñ¢PowerPoint
  8442. ‚Ñ¢Print Share
  8443. ‚Ñ¢Pro3D
  8444. ‚Ñ¢Problem Knowledge Coupler
  8445. ‚Ñ¢QuarkXpress
  8446. ‚Ñ¢QuickMail
  8447. ‚Ñ¢Ready Set Go!
  8448. ‚Ñ¢Red Ryder
  8449. ‚Ñ¢Reflex
  8450. ‚Ñ¢Reflex Plus
  8451. ‚Ñ¢SNAP!
  8452. ‚Ñ¢SideKick
  8453. ‚Ñ¢SmartCom
  8454. ‚Ñ¢SmartCom II
  8455. ‚Ñ¢StatView
  8456. ‚Ñ¢Stats Tool Kit
  8457. ‚Ñ¢Studio 8
  8458. ‚Ñ¢Suitcase 2.0
  8459. ‚Ñ¢Super3D
  8460. ‚Ñ¢SuperCard
  8461. ‚Ñ¢SuperPaint
  8462. ‚Ñ¢Swivel 3D
  8463. ‚Ñ¢TACTICS
  8464. ‚Ñ¢TK Solver
  8465. ‚Ñ¢TOPS
  8466. ‚Ñ¢Tempo
  8467. ‚Ñ¢The Electronic Publisher
  8468. ‚Ñ¢The Scientific Desk
  8469. ‚Ñ¢ThunderScan
  8470. ‚Ñ¢Timbuktu
  8471. ‚Ñ¢Trapeze
  8472. ‚Ñ¢UNIX
  8473. ‚Ñ¢UltraOffice
  8474. ‚Ñ¢VT240
  8475. ‚Ñ¢VersaTerm-Pro
  8476. ‚Ñ¢Versacad
  8477. ‚Ñ¢VideoWorks
  8478. ‚Ñ¢VideoWorks II
  8479. ‚Ñ¢Visionary
  8480. ‚Ñ¢Westlaw
  8481. ‚Ñ¢Wingz
  8482. ‚Ñ¢Word
  8483. ‚Ñ¢Word Perfect
  8484. ‚Ñ¢Works
  8485. ‚Ñ¢WriteNow
  8486. ‚Ñ¢Other
  8487.  
  8488. -- part contents for card part 134
  8489. ----- text -----
  8490. ‚Ñ¢4th Dimension
  8491. ‚Ñ¢AlisaShare
  8492. ‚Ñ¢AlisaTalk
  8493. ‚Ñ¢AlisaTerminal
  8494. ‚Ñ¢Allegro
  8495. ‚Ñ¢AppleLine
  8496. ‚Ñ¢AppleLink
  8497. ‚Ñ¢AppleShare
  8498. ‚Ñ¢Archicad
  8499. ‚Ñ¢AutoCAD
  8500. ‚Ñ¢BASIC
  8501. ‚Ñ¢Bedford Professional Publishing
  8502. ‚Ñ¢Business Filevision
  8503. ‚Ñ¢C-Scan
  8504. ‚Ñ¢CAM
  8505. ‚Ñ¢CL/1
  8506. ‚Ñ¢Canvas
  8507. ‚Ñ¢Chart
  8508. ‚Ñ¢Chem3D
  8509. ‚Ñ¢ChemDraw
  8510. ‚Ñ¢Claris CAD
  8511. ‚Ñ¢CompServe
  8512. ‚Ñ¢Cricket Draw
  8513. ‚Ñ¢Cricket Graph
  8514. ‚Ñ¢Cricket Presents
  8515. ‚Ñ¢Crosfield Lightspeed
  8516. ‚Ñ¢DataFlash
  8517. ‚Ñ¢DataViz
  8518. ‚Ñ¢DaynaFile
  8519. ‚Ñ¢dBase Mac
  8520. ‚Ñ¢Desktop Express
  8521. ‚Ñ¢Digital Darkroom
  8522. ‚Ñ¢Dimensions
  8523. ‚Ñ¢Director
  8524. ‚Ñ¢Double Helix
  8525. ‚Ñ¢Double Helix II
  8526. ‚Ñ¢Douglas CAD/CAM
  8527. ‚Ñ¢DynaComm
  8528. ‚Ñ¢DynaPerspective
  8529. ‚Ñ¢Easy3D
  8530. ‚Ñ¢Excel
  8531. ‚Ñ¢Fast Forms
  8532. ‚Ñ¢FileMaker
  8533. ‚Ñ¢FileMaker 4
  8534. ‚Ñ¢FileMaker II
  8535. ‚Ñ¢FileMaker Plus
  8536. ‚Ñ¢Focal Point
  8537. ‚Ñ¢Fontographer
  8538. ‚Ñ¢Forms Manager
  8539. ‚Ñ¢Foxbase Plus/Mac
  8540. ‚Ñ¢Freehand
  8541. ‚Ñ¢Freehand II
  8542. ‚Ñ¢FullPaint
  8543. ‚Ñ¢FullWrite Professional
  8544. ‚Ñ¢Glue
  8545. ‚Ñ¢Great Plains Accounting
  8546. ‚Ñ¢HyperCard
  8547. ‚Ñ¢HyperSound
  8548. ‚Ñ¢Illustrator
  8549. ‚Ñ¢Illustrator 88
  8550. ‚Ñ¢ImageStudio
  8551. ‚Ñ¢InBox
  8552. ‚Ñ¢Insight
  8553. ‚Ñ¢InterLeaf
  8554. ™Inter•Poll
  8555. ‚Ñ¢Jazz
  8556. ‚Ñ¢Kermit File Transfer
  8557. ‚Ñ¢LaserPaint
  8558. ‚Ñ¢Level 5
  8559. ‚Ñ¢LOGO
  8560. ‚Ñ¢Lab Master II
  8561. ‚Ñ¢LabView
  8562. ‚Ñ¢LegalWare
  8563. ‚Ñ¢LightspeedC
  8564. ‚Ñ¢LogicWorks
  8565. ‚Ñ¢Lotus 1.2.3.
  8566. ‚Ñ¢MCI Mail
  8567. ‚Ñ¢MGM Station CAD/CAM
  8568. ‚Ñ¢MORE
  8569. ‚Ñ¢MORE II
  8570. ‚Ñ¢MPW Pascal
  8571. ‚Ñ¢Mac240
  8572. ‚Ñ¢Mac3D
  8573. ‚Ñ¢MacAPP
  8574. ‚Ñ¢MacAPPC
  8575. ‚Ñ¢MacArchitrion
  8576. ‚Ñ¢MacDraft
  8577. ‚Ñ¢MacDraw
  8578. ‚Ñ¢MacDraw II
  8579. ‚Ñ¢MacGraph
  8580. ‚Ñ¢MacIRMA
  8581. ‚Ñ¢MacImage
  8582. ‚Ñ¢MacLink
  8583. ‚Ñ¢MacLink Plus
  8584. ‚Ñ¢MacMainFrame
  8585. ‚Ñ¢MacMoney
  8586. ‚Ñ¢MacNet
  8587. ‚Ñ¢MacPaint
  8588. ‚Ñ¢MacPlots II
  8589. ‚Ñ¢MacProject
  8590. ‚Ñ¢MacProject II
  8591. ‚Ñ¢MacPublisher
  8592. ‚Ñ¢MacTerminal
  8593. ‚Ñ¢MacTex
  8594. ‚Ñ¢MacVision
  8595. ‚Ñ¢MacWindows
  8596. ‚Ñ¢MacWorkStation
  8597. ‚Ñ¢MacWrite
  8598. ‚Ñ¢MacWrite II
  8599. ‚Ñ¢MegaForm
  8600. ‚Ñ¢MicroPhone
  8601. ‚Ñ¢MicroPlanner
  8602. ‚Ñ¢MicroSoft Mail
  8603. ‚Ñ¢MiniCad
  8604. ‚Ñ¢MiniCad Plus
  8605. ‚Ñ¢Mr. Runsheet
  8606. ‚Ñ¢MultiPlan
  8607. ‚Ñ¢Nexpert
  8608. ‚Ñ¢Nitro
  8609. ‚Ñ¢Oasis
  8610. ‚Ñ¢Odesta Doc Mgmnt
  8611. ‚Ñ¢Omnis 3
  8612. ‚Ñ¢Omnis 3 Plus
  8613. ‚Ñ¢On Cue
  8614. ‚Ñ¢Oracle
  8615. ‚Ñ¢OverVue
  8616. ‚Ñ¢Paginator
  8617. ‚Ñ¢PASCAL
  8618. ‚Ñ¢PacerLink
  8619. ‚Ñ¢PacerShare
  8620. ‚Ñ¢Page One
  8621. ‚Ñ¢PageMaker
  8622. ‚Ñ¢Pegasys
  8623. ‚Ñ¢Persuasion
  8624. ‚Ñ¢Pict-O-Graph
  8625. ‚Ñ¢Pixel Paint
  8626. ‚Ñ¢PowerDraw
  8627. ‚Ñ¢PowerPoint
  8628. ‚Ñ¢Print Share
  8629. ‚Ñ¢Pro3D
  8630. ‚Ñ¢Problem Knowledge Coupler
  8631. ‚Ñ¢QuarkXpress
  8632. ‚Ñ¢QuickMail
  8633. ‚Ñ¢Ready Set Go!
  8634. ‚Ñ¢Red Ryder
  8635. ‚Ñ¢Reflex
  8636. ‚Ñ¢Reflex Plus
  8637. ‚Ñ¢SNAP!
  8638. ‚Ñ¢SideKick
  8639. ‚Ñ¢SmartCom
  8640. ‚Ñ¢SmartCom II
  8641. ‚Ñ¢StatView
  8642. ‚Ñ¢Stats Tool Kit
  8643. ‚Ñ¢Studio 8
  8644. ‚Ñ¢Suitcase 2.0
  8645. ‚Ñ¢Super3D
  8646. ‚Ñ¢SuperCard
  8647. ‚Ñ¢SuperPaint
  8648. ‚Ñ¢Swivel 3D
  8649. ‚Ñ¢TACTICS
  8650. ‚Ñ¢TK Solver
  8651. ‚Ñ¢TOPS
  8652. ‚Ñ¢Tempo
  8653. ‚Ñ¢The Electronic Publisher
  8654. ‚Ñ¢The Scientific Desk
  8655. ‚Ñ¢ThunderScan
  8656. ‚Ñ¢Timbuktu
  8657. ‚Ñ¢Trapeze
  8658. ‚Ñ¢UNIX
  8659. ‚Ñ¢UltraOffice
  8660. ‚Ñ¢VT240
  8661. ‚Ñ¢VersaTerm-Pro
  8662. ‚Ñ¢Versacad
  8663. ‚Ñ¢VideoWorks
  8664. ‚Ñ¢VideoWorks II
  8665. ‚Ñ¢Visionary
  8666. ‚Ñ¢Westlaw
  8667. ‚Ñ¢Wingz
  8668. ‚Ñ¢Word
  8669. ‚Ñ¢Word Perfect
  8670. ‚Ñ¢Works
  8671. ‚Ñ¢WriteNow
  8672. ‚Ñ¢Other
  8673.  
  8674. -- part contents for card part 135
  8675. ----- text -----
  8676. ‚Ñ¢4th Dimension
  8677. ‚Ñ¢AlisaShare
  8678. ‚Ñ¢AlisaTalk
  8679. ‚Ñ¢AlisaTerminal
  8680. ‚Ñ¢Allegro
  8681. ‚Ñ¢AppleLine
  8682. ‚Ñ¢AppleLink
  8683. ‚Ñ¢AppleShare
  8684. ‚Ñ¢Archicad
  8685. ‚Ñ¢AutoCAD
  8686. ‚Ñ¢BASIC
  8687. ‚Ñ¢Bedford Professional Publishing
  8688. ‚Ñ¢Business Filevision
  8689. ‚Ñ¢C-Scan
  8690. ‚Ñ¢CAM
  8691. ‚Ñ¢CL/1
  8692. ‚Ñ¢Canvas
  8693. ‚Ñ¢Chart
  8694. ‚Ñ¢Chem3D
  8695. ‚Ñ¢ChemDraw
  8696. ‚Ñ¢Claris CAD
  8697. ‚Ñ¢CompServe
  8698. ‚Ñ¢Cricket Draw
  8699. ‚Ñ¢Cricket Graph
  8700. ‚Ñ¢Cricket Presents
  8701. ‚Ñ¢Crosfield Lightspeed
  8702. ‚Ñ¢DataFlash
  8703. ‚Ñ¢DataViz
  8704. ‚Ñ¢DaynaFile
  8705. ‚Ñ¢dBase Mac
  8706. ‚Ñ¢Desktop Express
  8707. ‚Ñ¢Digital Darkroom
  8708. ‚Ñ¢Dimensions
  8709. ‚Ñ¢Director
  8710. ‚Ñ¢Double Helix
  8711. ‚Ñ¢Double Helix II
  8712. ‚Ñ¢Douglas CAD/CAM
  8713. ‚Ñ¢DynaComm
  8714. ‚Ñ¢DynaPerspective
  8715. ‚Ñ¢Easy3D
  8716. ‚Ñ¢Excel
  8717. ‚Ñ¢Fast Forms
  8718. ‚Ñ¢FileMaker
  8719. ‚Ñ¢FileMaker 4
  8720. ‚Ñ¢FileMaker II
  8721. ‚Ñ¢FileMaker Plus
  8722. ‚Ñ¢Focal Point
  8723. ‚Ñ¢Fontographer
  8724. ‚Ñ¢Forms Manager
  8725. ‚Ñ¢Foxbase Plus/Mac
  8726. ‚Ñ¢Freehand
  8727. ‚Ñ¢Freehand II
  8728. ‚Ñ¢FullPaint
  8729. ‚Ñ¢FullWrite Professional
  8730. ‚Ñ¢Glue
  8731. ‚Ñ¢Great Plains Accounting
  8732. ‚Ñ¢HyperCard
  8733. ‚Ñ¢HyperSound
  8734. ‚Ñ¢Illustrator
  8735. ‚Ñ¢Illustrator 88
  8736. ‚Ñ¢ImageStudio
  8737. ‚Ñ¢InBox
  8738. ‚Ñ¢Insight
  8739. ‚Ñ¢InterLeaf
  8740. ™Inter•Poll
  8741. ‚Ñ¢Jazz
  8742. ‚Ñ¢Kermit File Transfer
  8743. ‚Ñ¢LaserPaint
  8744. ‚Ñ¢Level 5
  8745. ‚Ñ¢LOGO
  8746. ‚Ñ¢Lab Master II
  8747. ‚Ñ¢LabView
  8748. ‚Ñ¢LegalWare
  8749. ‚Ñ¢LightspeedC
  8750. ‚Ñ¢LogicWorks
  8751. ‚Ñ¢Lotus 1.2.3.
  8752. ‚Ñ¢MCI Mail
  8753. ‚Ñ¢MGM Station CAD/CAM
  8754. ‚Ñ¢MORE
  8755. ‚Ñ¢MORE II
  8756. ‚Ñ¢MPW Pascal
  8757. ‚Ñ¢Mac240
  8758. ‚Ñ¢Mac3D
  8759. ‚Ñ¢MacAPP
  8760. ‚Ñ¢MacAPPC
  8761. ‚Ñ¢MacArchitrion
  8762. ‚Ñ¢MacDraft
  8763. ‚Ñ¢MacDraw
  8764. ‚Ñ¢MacDraw II
  8765. ‚Ñ¢MacGraph
  8766. ‚Ñ¢MacIRMA
  8767. ‚Ñ¢MacImage
  8768. ‚Ñ¢MacLink
  8769. ‚Ñ¢MacLink Plus
  8770. ‚Ñ¢MacMainFrame
  8771. ‚Ñ¢MacMoney
  8772. ‚Ñ¢MacNet
  8773. ‚Ñ¢MacPaint
  8774. ‚Ñ¢MacPlots II
  8775. ‚Ñ¢MacProject
  8776. ‚Ñ¢MacProject II
  8777. ‚Ñ¢MacPublisher
  8778. ‚Ñ¢MacTerminal
  8779. ‚Ñ¢MacTex
  8780. ‚Ñ¢MacVision
  8781. ‚Ñ¢MacWindows
  8782. ‚Ñ¢MacWorkStation
  8783. ‚Ñ¢MacWrite
  8784. ‚Ñ¢MacWrite II
  8785. ‚Ñ¢MegaForm
  8786. ‚Ñ¢MicroPhone
  8787. ‚Ñ¢MicroPlanner
  8788. ‚Ñ¢MicroSoft Mail
  8789. ‚Ñ¢MiniCad
  8790. ‚Ñ¢MiniCad Plus
  8791. ‚Ñ¢Mr. Runsheet
  8792. ‚Ñ¢MultiPlan
  8793. ‚Ñ¢Nexpert
  8794. ‚Ñ¢Nitro
  8795. ‚Ñ¢Oasis
  8796. ‚Ñ¢Odesta Doc Mgmnt
  8797. ‚Ñ¢Omnis 3
  8798. ‚Ñ¢Omnis 3 Plus
  8799. ‚Ñ¢On Cue
  8800. ‚Ñ¢Oracle
  8801. ‚Ñ¢OverVue
  8802. ‚Ñ¢Paginator
  8803. ‚Ñ¢PASCAL
  8804. ‚Ñ¢PacerLink
  8805. ‚Ñ¢PacerShare
  8806. ‚Ñ¢Page One
  8807. ‚Ñ¢PageMaker
  8808. ‚Ñ¢Pegasys
  8809. ‚Ñ¢Persuasion
  8810. ‚Ñ¢Pict-O-Graph
  8811. ‚Ñ¢Pixel Paint
  8812. ‚Ñ¢PowerDraw
  8813. ‚Ñ¢PowerPoint
  8814. ‚Ñ¢Print Share
  8815. ‚Ñ¢Pro3D
  8816. ‚Ñ¢Problem Knowledge Coupler
  8817. ‚Ñ¢QuarkXpress
  8818. ‚Ñ¢QuickMail
  8819. ‚Ñ¢Ready Set Go!
  8820. ‚Ñ¢Red Ryder
  8821. ‚Ñ¢Reflex
  8822. ‚Ñ¢Reflex Plus
  8823. ‚Ñ¢SNAP!
  8824. ‚Ñ¢SideKick
  8825. ‚Ñ¢SmartCom
  8826. ‚Ñ¢SmartCom II
  8827. ‚Ñ¢StatView
  8828. ‚Ñ¢Stats Tool Kit
  8829. ‚Ñ¢Studio 8
  8830. ‚Ñ¢Suitcase 2.0
  8831. ‚Ñ¢Super3D
  8832. ‚Ñ¢SuperCard
  8833. ‚Ñ¢SuperPaint
  8834. ‚Ñ¢Swivel 3D
  8835. ‚Ñ¢TACTICS
  8836. ‚Ñ¢TK Solver
  8837. ‚Ñ¢TOPS
  8838. ‚Ñ¢Tempo
  8839. ‚Ñ¢The Electronic Publisher
  8840. ‚Ñ¢The Scientific Desk
  8841. ‚Ñ¢ThunderScan
  8842. ‚Ñ¢Timbuktu
  8843. ‚Ñ¢Trapeze
  8844. ‚Ñ¢UNIX
  8845. ‚Ñ¢UltraOffice
  8846. ‚Ñ¢VT240
  8847. ‚Ñ¢VersaTerm-Pro
  8848. ‚Ñ¢Versacad
  8849. ‚Ñ¢VideoWorks
  8850. ‚Ñ¢VideoWorks II
  8851. ‚Ñ¢Visionary
  8852. ‚Ñ¢Westlaw
  8853. ‚Ñ¢Wingz
  8854. ‚Ñ¢Word
  8855. ‚Ñ¢Word Perfect
  8856. ‚Ñ¢Works
  8857. ‚Ñ¢WriteNow
  8858. ‚Ñ¢Other
  8859.  
  8860. -- part contents for card part 136
  8861. ----- text -----
  8862. ‚Ñ¢4th Dimension
  8863. ‚Ñ¢AlisaShare
  8864. ‚Ñ¢AlisaTalk
  8865. ‚Ñ¢AlisaTerminal
  8866. ‚Ñ¢Allegro
  8867. ‚Ñ¢AppleLine
  8868. ‚Ñ¢AppleLink
  8869. ‚Ñ¢AppleShare
  8870. ‚Ñ¢Archicad
  8871. ‚Ñ¢AutoCAD
  8872. ‚Ñ¢BASIC
  8873. ‚Ñ¢Bedford Professional Publishing
  8874. ‚Ñ¢Business Filevision
  8875. ‚Ñ¢C-Scan
  8876. ‚Ñ¢CAM
  8877. ‚Ñ¢CL/1
  8878. ‚Ñ¢Canvas
  8879. ‚Ñ¢Chart
  8880. ‚Ñ¢Chem3D
  8881. ‚Ñ¢ChemDraw
  8882. ‚Ñ¢Claris CAD
  8883. ‚Ñ¢CompServe
  8884. ‚Ñ¢Cricket Draw
  8885. ‚Ñ¢Cricket Graph
  8886. ‚Ñ¢Cricket Presents
  8887. ‚Ñ¢Crosfield Lightspeed
  8888. ‚Ñ¢DataFlash
  8889. ‚Ñ¢DataViz
  8890. ‚Ñ¢DaynaFile
  8891. ‚Ñ¢dBase Mac
  8892. ‚Ñ¢Desktop Express
  8893. ‚Ñ¢Digital Darkroom
  8894. ‚Ñ¢Dimensions
  8895. ‚Ñ¢Director
  8896. ‚Ñ¢Double Helix
  8897. ‚Ñ¢Double Helix II
  8898. ‚Ñ¢Douglas CAD/CAM
  8899. ‚Ñ¢DynaComm
  8900. ‚Ñ¢DynaPerspective
  8901. ‚Ñ¢Easy3D
  8902. ‚Ñ¢Excel
  8903. ‚Ñ¢Fast Forms
  8904. ‚Ñ¢FileMaker
  8905. ‚Ñ¢FileMaker 4
  8906. ‚Ñ¢FileMaker II
  8907. ‚Ñ¢FileMaker Plus
  8908. ‚Ñ¢Focal Point
  8909. ‚Ñ¢Fontographer
  8910. ‚Ñ¢Forms Manager
  8911. ‚Ñ¢Foxbase Plus/Mac
  8912. ‚Ñ¢Freehand
  8913. ‚Ñ¢Freehand II
  8914. ‚Ñ¢FullPaint
  8915. ‚Ñ¢FullWrite Professional
  8916. ‚Ñ¢Glue
  8917. ‚Ñ¢Great Plains Accounting
  8918. ‚Ñ¢HyperCard
  8919. ‚Ñ¢HyperSound
  8920. ‚Ñ¢Illustrator
  8921. ‚Ñ¢Illustrator 88
  8922. ‚Ñ¢ImageStudio
  8923. ‚Ñ¢InBox
  8924. ‚Ñ¢Insight
  8925. ‚Ñ¢InterLeaf
  8926. ™Inter•Poll
  8927. ‚Ñ¢Jazz
  8928. ‚Ñ¢Kermit File Transfer
  8929. ‚Ñ¢LaserPaint
  8930. ‚Ñ¢Level 5
  8931. ‚Ñ¢LOGO
  8932. ‚Ñ¢Lab Master II
  8933. ‚Ñ¢LabView
  8934. ‚Ñ¢LegalWare
  8935. ‚Ñ¢LightspeedC
  8936. ‚Ñ¢LogicWorks
  8937. ‚Ñ¢Lotus 1.2.3.
  8938. ‚Ñ¢MCI Mail
  8939. ‚Ñ¢MGM Station CAD/CAM
  8940. ‚Ñ¢MORE
  8941. ‚Ñ¢MORE II
  8942. ‚Ñ¢MPW Pascal
  8943. ‚Ñ¢Mac240
  8944. ‚Ñ¢Mac3D
  8945. ‚Ñ¢MacAPP
  8946. ‚Ñ¢MacAPPC
  8947. ‚Ñ¢MacArchitrion
  8948. ‚Ñ¢MacDraft
  8949. ‚Ñ¢MacDraw
  8950. ‚Ñ¢MacDraw II
  8951. ‚Ñ¢MacGraph
  8952. ‚Ñ¢MacIRMA
  8953. ‚Ñ¢MacImage
  8954. ‚Ñ¢MacLink
  8955. ‚Ñ¢MacLink Plus
  8956. ‚Ñ¢MacMainFrame
  8957. ‚Ñ¢MacMoney
  8958. ‚Ñ¢MacNet
  8959. ‚Ñ¢MacPaint
  8960. ‚Ñ¢MacPlots II
  8961. ‚Ñ¢MacProject
  8962. ‚Ñ¢MacProject II
  8963. ‚Ñ¢MacPublisher
  8964. ‚Ñ¢MacTerminal
  8965. ‚Ñ¢MacTex
  8966. ‚Ñ¢MacVision
  8967. ‚Ñ¢MacWindows
  8968. ‚Ñ¢MacWorkStation
  8969. ‚Ñ¢MacWrite
  8970. ‚Ñ¢MacWrite II
  8971. ‚Ñ¢MegaForm
  8972. ‚Ñ¢MicroPhone
  8973. ‚Ñ¢MicroPlanner
  8974. ‚Ñ¢MicroSoft Mail
  8975. ‚Ñ¢MiniCad
  8976. ‚Ñ¢MiniCad Plus
  8977. ‚Ñ¢Mr. Runsheet
  8978. ‚Ñ¢MultiPlan
  8979. ‚Ñ¢Nexpert
  8980. ‚Ñ¢Nitro
  8981. ‚Ñ¢Oasis
  8982. ‚Ñ¢Odesta Doc Mgmnt
  8983. ‚Ñ¢Omnis 3
  8984. ‚Ñ¢Omnis 3 Plus
  8985. ‚Ñ¢On Cue
  8986. ‚Ñ¢Oracle
  8987. ‚Ñ¢OverVue
  8988. ‚Ñ¢Paginator
  8989. ‚Ñ¢PASCAL
  8990. ‚Ñ¢PacerLink
  8991. ‚Ñ¢PacerShare
  8992. ‚Ñ¢Page One
  8993. ‚Ñ¢PageMaker
  8994. ‚Ñ¢Pegasys
  8995. ‚Ñ¢Persuasion
  8996. ‚Ñ¢Pict-O-Graph
  8997. ‚Ñ¢Pixel Paint
  8998. ‚Ñ¢PowerDraw
  8999. ‚Ñ¢PowerPoint
  9000. ‚Ñ¢Print Share
  9001. ‚Ñ¢Pro3D
  9002. ‚Ñ¢Problem Knowledge Coupler
  9003. ‚Ñ¢QuarkXpress
  9004. ‚Ñ¢QuickMail
  9005. ‚Ñ¢Ready Set Go!
  9006. ‚Ñ¢Red Ryder
  9007. ‚Ñ¢Reflex
  9008. ‚Ñ¢Reflex Plus
  9009. ‚Ñ¢SNAP!
  9010. ‚Ñ¢SideKick
  9011. ‚Ñ¢SmartCom
  9012. ‚Ñ¢SmartCom II
  9013. ‚Ñ¢StatView
  9014. ‚Ñ¢Stats Tool Kit
  9015. ‚Ñ¢Studio 8
  9016. ‚Ñ¢Suitcase 2.0
  9017. ‚Ñ¢Super3D
  9018. ‚Ñ¢SuperCard
  9019. ‚Ñ¢SuperPaint
  9020. ‚Ñ¢Swivel 3D
  9021. ‚Ñ¢TACTICS
  9022. ‚Ñ¢TK Solver
  9023. ‚Ñ¢TOPS
  9024. ‚Ñ¢Tempo
  9025. ‚Ñ¢The Electronic Publisher
  9026. ‚Ñ¢The Scientific Desk
  9027. ‚Ñ¢ThunderScan
  9028. ‚Ñ¢Timbuktu
  9029. ‚Ñ¢Trapeze
  9030. ‚Ñ¢UNIX
  9031. ‚Ñ¢UltraOffice
  9032. ‚Ñ¢VT240
  9033. ‚Ñ¢VersaTerm-Pro
  9034. ‚Ñ¢Versacad
  9035. ‚Ñ¢VideoWorks
  9036. ‚Ñ¢VideoWorks II
  9037. ‚Ñ¢Visionary
  9038. ‚Ñ¢Westlaw
  9039. ‚Ñ¢Wingz
  9040. ‚Ñ¢Word
  9041. ‚Ñ¢Word Perfect
  9042. ‚Ñ¢Works
  9043. ‚Ñ¢WriteNow
  9044. ‚Ñ¢Other
  9045.  
  9046. -- part contents for card part 137
  9047. ----- text -----
  9048. ‚Ñ¢4th Dimension
  9049. ‚Ñ¢AlisaShare
  9050. ‚Ñ¢AlisaTalk
  9051. ‚Ñ¢AlisaTerminal
  9052. ‚Ñ¢Allegro
  9053. ‚Ñ¢AppleLine
  9054. ‚Ñ¢AppleLink
  9055. ‚Ñ¢AppleShare
  9056. ‚Ñ¢Archicad
  9057. ‚Ñ¢AutoCAD
  9058. ‚Ñ¢BASIC
  9059. ‚Ñ¢Bedford Professional Publishing
  9060. ‚Ñ¢Business Filevision
  9061. ‚Ñ¢C-Scan
  9062. ‚Ñ¢CAM
  9063. ‚Ñ¢CL/1
  9064. ‚Ñ¢Canvas
  9065. ‚Ñ¢Chart
  9066. ‚Ñ¢Chem3D
  9067. ‚Ñ¢ChemDraw
  9068. ‚Ñ¢Claris CAD
  9069. ‚Ñ¢CompServe
  9070. ‚Ñ¢Cricket Draw
  9071. ‚Ñ¢Cricket Graph
  9072. ‚Ñ¢Cricket Presents
  9073. ‚Ñ¢Crosfield Lightspeed
  9074. ‚Ñ¢DataFlash
  9075. ‚Ñ¢DataViz
  9076. ‚Ñ¢DaynaFile
  9077. ‚Ñ¢dBase Mac
  9078. ‚Ñ¢Desktop Express
  9079. ‚Ñ¢Digital Darkroom
  9080. ‚Ñ¢Dimensions
  9081. ‚Ñ¢Director
  9082. ‚Ñ¢Double Helix
  9083. ‚Ñ¢Double Helix II
  9084. ‚Ñ¢Douglas CAD/CAM
  9085. ‚Ñ¢DynaComm
  9086. ‚Ñ¢DynaPerspective
  9087. ‚Ñ¢Easy3D
  9088. ‚Ñ¢Excel
  9089. ‚Ñ¢Fast Forms
  9090. ‚Ñ¢FileMaker
  9091. ‚Ñ¢FileMaker 4
  9092. ‚Ñ¢FileMaker II
  9093. ‚Ñ¢FileMaker Plus
  9094. ‚Ñ¢Focal Point
  9095. ‚Ñ¢Fontographer
  9096. ‚Ñ¢Forms Manager
  9097. ‚Ñ¢Foxbase Plus/Mac
  9098. ‚Ñ¢Freehand
  9099. ‚Ñ¢Freehand II
  9100. ‚Ñ¢FullPaint
  9101. ‚Ñ¢FullWrite Professional
  9102. ‚Ñ¢Glue
  9103. ‚Ñ¢Great Plains Accounting
  9104. ‚Ñ¢HyperCard
  9105. ‚Ñ¢HyperSound
  9106. ‚Ñ¢Illustrator
  9107. ‚Ñ¢Illustrator 88
  9108. ‚Ñ¢ImageStudio
  9109. ‚Ñ¢InBox
  9110. ‚Ñ¢Insight
  9111. ‚Ñ¢InterLeaf
  9112. ™Inter•Poll
  9113. ‚Ñ¢Jazz
  9114. ‚Ñ¢Kermit File Transfer
  9115. ‚Ñ¢LaserPaint
  9116. ‚Ñ¢Level 5
  9117. ‚Ñ¢LOGO
  9118. ‚Ñ¢Lab Master II
  9119. ‚Ñ¢LabView
  9120. ‚Ñ¢LegalWare
  9121. ‚Ñ¢LightspeedC
  9122. ‚Ñ¢LogicWorks
  9123. ‚Ñ¢Lotus 1.2.3.
  9124. ‚Ñ¢MCI Mail
  9125. ‚Ñ¢MGM Station CAD/CAM
  9126. ‚Ñ¢MORE
  9127. ‚Ñ¢MORE II
  9128. ‚Ñ¢MPW Pascal
  9129. ‚Ñ¢Mac240
  9130. ‚Ñ¢Mac3D
  9131. ‚Ñ¢MacAPP
  9132. ‚Ñ¢MacAPPC
  9133. ‚Ñ¢MacArchitrion
  9134. ‚Ñ¢MacDraft
  9135. ‚Ñ¢MacDraw
  9136. ‚Ñ¢MacDraw II
  9137. ‚Ñ¢MacGraph
  9138. ‚Ñ¢MacIRMA
  9139. ‚Ñ¢MacImage
  9140. ‚Ñ¢MacLink
  9141. ‚Ñ¢MacLink Plus
  9142. ‚Ñ¢MacMainFrame
  9143. ‚Ñ¢MacMoney
  9144. ‚Ñ¢MacNet
  9145. ‚Ñ¢MacPaint
  9146. ‚Ñ¢MacPlots II
  9147. ‚Ñ¢MacProject
  9148. ‚Ñ¢MacProject II
  9149. ‚Ñ¢MacPublisher
  9150. ‚Ñ¢MacTerminal
  9151. ‚Ñ¢MacTex
  9152. ‚Ñ¢MacVision
  9153. ‚Ñ¢MacWindows
  9154. ‚Ñ¢MacWorkStation
  9155. ‚Ñ¢MacWrite
  9156. ‚Ñ¢MacWrite II
  9157. ‚Ñ¢MegaForm
  9158. ‚Ñ¢MicroPhone
  9159. ‚Ñ¢MicroPlanner
  9160. ‚Ñ¢MicroSoft Mail
  9161. ‚Ñ¢MiniCad
  9162. ‚Ñ¢MiniCad Plus
  9163. ‚Ñ¢Mr. Runsheet
  9164. ‚Ñ¢MultiPlan
  9165. ‚Ñ¢Nexpert
  9166. ‚Ñ¢Nitro
  9167. ‚Ñ¢Oasis
  9168. ‚Ñ¢Odesta Doc Mgmnt
  9169. ‚Ñ¢Omnis 3
  9170. ‚Ñ¢Omnis 3 Plus
  9171. ‚Ñ¢On Cue
  9172. ‚Ñ¢Oracle
  9173. ‚Ñ¢OverVue
  9174. ‚Ñ¢Paginator
  9175. ‚Ñ¢PASCAL
  9176. ‚Ñ¢PacerLink
  9177. ‚Ñ¢PacerShare
  9178. ‚Ñ¢Page One
  9179. ‚Ñ¢PageMaker
  9180. ‚Ñ¢Pegasys
  9181. ‚Ñ¢Persuasion
  9182. ‚Ñ¢Pict-O-Graph
  9183. ‚Ñ¢Pixel Paint
  9184. ‚Ñ¢PowerDraw
  9185. ‚Ñ¢PowerPoint
  9186. ‚Ñ¢Print Share
  9187. ‚Ñ¢Pro3D
  9188. ‚Ñ¢Problem Knowledge Coupler
  9189. ‚Ñ¢QuarkXpress
  9190. ‚Ñ¢QuickMail
  9191. ‚Ñ¢Ready Set Go!
  9192. ‚Ñ¢Red Ryder
  9193. ‚Ñ¢Reflex
  9194. ‚Ñ¢Reflex Plus
  9195. ‚Ñ¢SNAP!
  9196. ‚Ñ¢SideKick
  9197. ‚Ñ¢SmartCom
  9198. ‚Ñ¢SmartCom II
  9199. ‚Ñ¢StatView
  9200. ‚Ñ¢Stats Tool Kit
  9201. ‚Ñ¢Studio 8
  9202. ‚Ñ¢Suitcase 2.0
  9203. ‚Ñ¢Super3D
  9204. ‚Ñ¢SuperCard
  9205. ‚Ñ¢SuperPaint
  9206. ‚Ñ¢Swivel 3D
  9207. ‚Ñ¢TACTICS
  9208. ‚Ñ¢TK Solver
  9209. ‚Ñ¢TOPS
  9210. ‚Ñ¢Tempo
  9211. ‚Ñ¢The Electronic Publisher
  9212. ‚Ñ¢The Scientific Desk
  9213. ‚Ñ¢ThunderScan
  9214. ‚Ñ¢Timbuktu
  9215. ‚Ñ¢Trapeze
  9216. ‚Ñ¢UNIX
  9217. ‚Ñ¢UltraOffice
  9218. ‚Ñ¢VT240
  9219. ‚Ñ¢VersaTerm-Pro
  9220. ‚Ñ¢Versacad
  9221. ‚Ñ¢VideoWorks
  9222. ‚Ñ¢VideoWorks II
  9223. ‚Ñ¢Visionary
  9224. ‚Ñ¢Westlaw
  9225. ‚Ñ¢Wingz
  9226. ‚Ñ¢Word
  9227. ‚Ñ¢Word Perfect
  9228. ‚Ñ¢Works
  9229. ‚Ñ¢WriteNow
  9230. ‚Ñ¢Other
  9231.  
  9232. -- part contents for card part 43
  9233. ----- text -----
  9234. Click to specify Technical Markets‚Äô area(s):
  9235.  
  9236. -- part contents for card part 148
  9237. ----- text -----
  9238. 0
  9239. 0
  9240. 0
  9241. 0
  9242. 0
  9243. 0
  9244. 0
  9245. 0
  9246. 0
  9247. 0
  9248. 0
  9249. 0
  9250. 0
  9251. 0
  9252. 0
  9253. 0
  9254. 0
  9255. 0
  9256. 0
  9257. 0
  9258. 0
  9259. 0
  9260. 0
  9261. 0
  9262. 0
  9263. 0
  9264. 0
  9265. 0
  9266. 0
  9267.  
  9268. -- part contents for card part 80
  9269. ----- text -----
  9270. ‚Ñ¢MacProject
  9271. ‚Ñ¢MICRO PLANNER
  9272. ‚Ñ¢MORE
  9273.  
  9274.  
  9275. -- part contents for background part 62
  9276. ----- text -----
  9277. ‚Ä¢ Application
  9278. Presentations
  9279. ‚Ä¢ application level 2
  9280. multimedia
  9281. ‚Ä¢ application level 3
  9282.  
  9283. ‚Ä¢ Application
  9284. Productivity
  9285. ‚Ä¢ application level 2
  9286. financial analysis
  9287. ‚Ä¢ application level 3
  9288.  
  9289. ‚Ä¢ application level 2
  9290. word processing
  9291. ‚Ä¢ application level 3
  9292.  
  9293.